Skip to main content

Int32Array

Type Alias Int32Array 

Source
pub type Int32Array = TypedArray<Int32, *mut JSObject>;

Aliased Type§

pub struct Int32Array {
    object: *mut JSObject,
    computed: Cell<ArrayData<i32>>,
}

Fields§

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