TypedArray2.ArrayBuffer
The underlying buffer that the typed arrays provide views of
type t = array_buffer
val make : int -> t
takes length. initializes elements to 0
val byteLength : t -> int
val slice : t -> start:int -> end_:int -> array_buffer
val sliceFrom : t -> int -> array_buffer