ffi_helper
ffi_helper
Uint8Array
allocate method
allocate
ffi_helper
ffi_helper
Uint8Array
allocate method
Uint8Array extension
Properties
view
Static methods
allocate
fromList
fromPtr
allocate
method
Array
<
Uint8
>
allocate
(
int
length
)
Implementation
static Array<Uint8> allocate(int length) => Array(length, getUint8View);