Type Alias Float64Array

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

Aliased Typeยง

pub(crate) struct Float64Array { /* private fields */ }