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