Type Alias HeapFloat32Array

Source
pub type HeapFloat32Array = TypedArray<Float32, Box<Heap<*mut JSObject>>>;

Aliased Typeยง

pub struct HeapFloat32Array { /* private fields */ }