package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class type Typed_array.typedArraySource

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