Deno.NativeStructType
UNSTABLE: New API, yet to be vetted.
The native struct type for interfacing with foreign functions.
type NativeStructType = {
readonly struct: readonly NativeType[];
};§Type
§
{
[src]readonly struct: readonly NativeType[];
}