FFIDataType
Methods
size
Get the size of the data type.
:size(): number
alignment
Get the alignment of the data type.
:alignment(): number
array
Create an array data type of the given count.
:array(count: number): FFIArrayType
Parameters
count: number
Last updated on