Type Alias HeapFloat64Array

Source
pub type HeapFloat64Array = TypedArray<Float64, Box<Heap<*mut JSObject>>>;

Aliased Type§

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

Fields§

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