Skip to main content

Int16Array

Type Alias Int16Array 

Source
pub type Int16Array = TypedArray<Int16, *mut JSObject>;

Aliased Type§

pub struct Int16Array {
    object: *mut JSObject,
    computed: Cell<ArrayData<i16>>,
}

Fields§

§object: *mut JSObject§computed: Cell<ArrayData<i16>>