Type Alias HeapUint16Array

Source
pub type HeapUint16Array = TypedArray<Uint16, Box<Heap<*mut JSObject>>>;

Aliased Typeยง

pub struct HeapUint16Array { /* private fields */ }