Type Alias HeapInt8Array

Source
pub type HeapInt8Array = TypedArray<Int8, Box<Heap<*mut JSObject>>>;

Aliased Typeยง

pub struct HeapInt8Array { /* private fields */ }