Module Js_typed_array.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 : start:int -> end_:int -> t -> array_buffer
val sliceFrom : int -> t -> array_buffer