ArrayBuffer
The underlying buffer that the typed arrays provide views of
see MDN
t
RESCRIPT
type t = array_buffermake
RESCRIPT
let make: int => ttakes length. initializes elements to 0
byteLength
RESCRIPT
let byteLength: t => intThe underlying buffer that the typed arrays provide views of
see MDN
type t = array_bufferlet make: int => ttakes length. initializes elements to 0
let byteLength: t => int