S
elt
RESCRIPT
type elttyped_array
RESCRIPT
type typed_array<'a>t
RESCRIPT
type t = typed_array<elt>unsafe_get
RESCRIPT
let unsafe_get: (t, int) => eltunsafe_set
RESCRIPT
let unsafe_set: (t, int, elt) => unitbuffer
RESCRIPT
let buffer: t => array_bufferbyteLength
RESCRIPT
let byteLength: t => intbyteOffset
RESCRIPT
let byteOffset: t => intlength
RESCRIPT
let length: t => intcopyWithinFromRange
RESCRIPT
let copyWithinFromRange: (~to_: int, ~start: int, ~end_: int) => tincludes
Deprecated
RESCRIPT
let includes: elt => boolfilter
RESCRIPT
let filter: (elt => bool) => tshould we use bool or boolean seems they are intechangeable here