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

type Int8Array<'a> = TypedArray<'a, Int8>;

The Int8Array type.