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

type Int16Array<'a> = TypedArray<'a, Int16>;

The Int16Array type.