package melange

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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
OCaml

Innovation. Community. Security.