package js_of_ocaml-compiler

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

Module Jsoo_runtime.Typed_arraySource

Sourcetype ('a, 'b) typedArray = Js.t
Sourcetype arrayBuffer = Js.t
Sourcetype uint8Array = Js.t
Sourceval kind : ('a, 'b) typedArray -> ('a, 'b) Bigarray.kind
Sourceval from_genarray : ('a, 'b, Bigarray.c_layout) Bigarray.Genarray.t -> ('a, 'b) typedArray
Sourceval to_genarray : ('a, 'b) typedArray -> ('a, 'b, Bigarray.c_layout) Bigarray.Genarray.t
Sourcemodule Bigstring : sig ... end
Sourceval of_uint8Array : uint8Array -> string