Class type Typed_array.typedArray

inherit arrayBufferView
method _BYTES_PER_ELEMENT : int Js.readonly_prop
method length : int Js.readonly_prop
method set_fromArray : 'a Js.js_array Js.t -> int -> unit Js.meth
method set_fromTypedArray : ('a'b) typedArray Js.t -> int -> unit Js.meth
method subarray : int -> int -> ('a'b) typedArray Js.t Js.meth
method subarray_toEnd : int -> ('a'b) typedArray Js.t Js.meth
method slice : int -> int -> ('a'b) typedArray Js.t Js.meth
method slice_toEnd : int -> ('a'b) typedArray Js.t Js.meth
method _content_type_ : 'b Js.optdef Js.readonly_prop