HeapUint8Array

Type Alias HeapUint8Array 

Source
pub(crate) type HeapUint8Array = TypedArray<Uint8, Box<Heap<*mut JSObject>>>;

Aliased Typeยง

pub(crate) struct HeapUint8Array { /* private fields */ }