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

type Int32Array<'a> = TypedArray<'a, Int32>;

The Int32Array type.