Type Alias Float64Array

Source
pub type Float64Array = TypedArray<Float64, *mut JSObject>;

Aliased Type§

pub struct Float64Array {
    object: *mut JSObject,
    computed: Cell<Option<(*mut f64, usize)>>,
}

Fields§

§object: *mut JSObject§computed: Cell<Option<(*mut f64, usize)>>