Type Definition js::typedarray::Uint8ClampedArray
[−]
[src]
type Uint8ClampedArray<'a> = TypedArray<'a, ClampedU8>;
The Uint8ClampedArray type.