ffi_helper
ffi_helper
SharedUint8Array
allocate method
allocate
ffi_helper
ffi_helper
SharedUint8Array
allocate method
SharedUint8Array extension
Static methods
allocate
allocate
method
SharedArray
<
Uint8
>
allocate
(
int
length
)
Implementation
static SharedArray<Uint8> allocate(int length) => SharedArray(length, Uint8Array.allocate);