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

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

Aliased Type§

struct HeapUint16Array { /* private fields */ }