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

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

Aliased Type§

struct HeapInt16Array { /* private fields */ }