Type Alias script::dom::bindings::import::module::typedarray::HeapUint32Array

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

Aliased Type§

struct HeapUint32Array { /* private fields */ }