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