Type Definition js::typedarray::Float32Array [] [src]

type Float32Array<'a> = TypedArray<'a, Float32>;

The Float32Array type.