Mapping between SRFI 160 and JavaScript typed arrays
Lassi Kortela 05 Aug 2019 17:53 UTC
SRFI 160 JavaScript
u8vector Uint8Array
u16vector Uint16Array
u32vector Uint32Array
u64vector BigUint64Array
s8vector Int8Array
s16vector Int16Array
s32vector Int32Array
s64vector BigInt64Array
f32vector Float32Array
f64vector Float64Array
Not hinting at anything ;-)