Type Alias Float32Array

Source
pub(crate) type Float32Array = TypedArray<Float32, *mut JSObject>;

Aliased Typeยง

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