Type Alias HeapUint32Array

Source
pub type HeapUint32Array = TypedArray<Uint32, Box<Heap<*mut JSObject>>>;

Aliased Typeยง

pub struct HeapUint32Array { /* private fields */ }