Typed_array
JavaScript Typed Array API
see MDN
array_buffer
Deprecated
RESCRIPT
type array_buffer = Js_typed_array2.array_buffer
array_like
Deprecated
This has been deprecated and will be removed in v13. Use functions and types from the TypedArray
module instead.
RESCRIPT
type array_like<'a> = Js_typed_array2.array_like<'a>