Meta type ‣ Clamped array - chung-leong/zigar GitHub Wiki

The clamped array meta type indicates that a Zig type should become a Uint8ClampedArray on the JavaScript side. It's applicable to arrays, vectors, and slices of u8. It's assigned using the following functions:


Meta types