package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
  • deprecated Will be removed past 2019-01-01. Use Js_of_ocaml.Typed_array instead.
class type arrayBuffer = object ... end
class type arrayBufferView = object ... end
class type ['a, 'b] typedArray = object ... end
type int8Array = (int, [ `Int8 ]) typedArray
type uint8Array = (int, [ `Uint8 ]) typedArray
type int16Array = (int, [ `Int16 ]) typedArray
type uint16Array = (int, [ `Uint16 ]) typedArray
type int32Array = (int, [ `Int32 ]) typedArray
type uint32Array = (float, [ `Uint32 ]) typedArray
type float32Array = (float, [ `Float32 ]) typedArray
type float64Array = (float, [ `Float64 ]) typedArray
val uint16Array_inBuffer : (arrayBuffer Js_of_ocaml.Js.t -> int -> int -> uint16Array Js_of_ocaml.Js.t) Js_of_ocaml.Js.constr
val uint32Array_inBuffer : (arrayBuffer Js_of_ocaml.Js.t -> int -> int -> uint32Array Js_of_ocaml.Js.t) Js_of_ocaml.Js.constr
val float32Array_inBuffer : (arrayBuffer Js_of_ocaml.Js.t -> int -> int -> float32Array Js_of_ocaml.Js.t) Js_of_ocaml.Js.constr
val float64Array_inBuffer : (arrayBuffer Js_of_ocaml.Js.t -> int -> int -> float64Array Js_of_ocaml.Js.t) Js_of_ocaml.Js.constr
val set : ('a, 'b) typedArray Js_of_ocaml.Js.t -> int -> 'a -> unit
val get : ('a, 'b) typedArray Js_of_ocaml.Js.t -> int -> 'a Js_of_ocaml.Js.optdef
val unsafe_get : ('a, 'b) typedArray Js_of_ocaml.Js.t -> int -> 'a
class type dataView = object ... end
module Bigstring : sig ... end
module String : sig ... end
OCaml

Innovation. Community. Security.