package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) typedArray = Js.t
type arrayBuffer = Js.t
type uint8Array = Js.t
val kind : ('a, 'b) typedArray -> ('a, 'b) Bigarray.kind
val from_genarray : ('a, 'b, Bigarray.c_layout) Bigarray.Genarray.t -> ('a, 'b) typedArray
val to_genarray : ('a, 'b) typedArray -> ('a, 'b, Bigarray.c_layout) Bigarray.Genarray.t
module Bigstring : sig ... end
val of_uint8Array : uint8Array -> string