pub type HeapFloat64Array = TypedArray<Float64, Box<Heap<*mut JSObject>>>;Aliased Type§
pub struct HeapFloat64Array {
object: Box<Heap<*mut JSObject>>,
computed: Cell<ArrayData<f64>>,
}Fields§
§object: Box<Heap<*mut JSObject>>§computed: Cell<ArrayData<f64>>