Typed_array.ArrayBufferThe underlying buffer that the typed arrays provide views of
type t = Js.arrayBufferval make : int -> ttakes length. initializes elements to 0
val byteLength : t -> intval slice : ?start:int -> ?end_:int -> t -> Js.arrayBuffer