Type Alias HeapInt16Array

Source
pub type HeapInt16Array = TypedArray<Int16, Box<Heap<*mut JSObject>>>;

Aliased Typeยง

pub struct HeapInt16Array { /* private fields */ }