API / Js / TypedArray-2

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

(These docs cover all versions between v3 to v8 and are equivalent to the old BuckleScript docs before the rebrand)

TypedArray2

Provide bindings to JS typed array.

array_buffer

RE
type array_buffer;

array_like

RE
type array_like('a);

module ArrayBuffer

module Int8Array

module Uint8Array

module Uint8ClampedArray

module Int16Array

module Uint16Array

module Int32Array

module Uint32Array

module Float32Array

module Float64Array

module DataView