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

type Uint16Array<'a> = TypedArray<'a, Uint16>;

The Uint16Array type.