API / Js / TypedArray

You are currently looking at the v8.2 - v9.0 docs (Reason v3.6 syntax edition). You can find the latest API docs here.

TypedArray

Provide bindings to JS typed array.

array_buffer

RES
type array_buffer

array_like

RES
type array_like<'a>

module type Type

RES
module type Type = { type t }

module ArrayBuffer

module type S

module Int8Array

module Uint8Array

module Uint8ClampedArray

module Int16Array

module Uint16Array

module Int32Array

module Uint32Array

module Float32Array

module Float64Array

module DataView