Class type Typed_array.typedArray
inherit arrayBufferView
method _BYTES_PER_ELEMENT : int Js.readonly_propmethod length : int Js.readonly_propmethod set_fromArray : 'a Js.js_array Js.t -> int -> unit Js.methmethod set_fromTypedArray : ('a, 'b) typedArray Js.t -> int -> unit Js.methmethod subarray : int -> int -> ('a, 'b) typedArray Js.t Js.methmethod subarray_toEnd : int -> ('a, 'b) typedArray Js.t Js.methmethod _content_type_ : 'b