package js_of_ocaml

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

Module Typed_array.Bigstring

val to_arrayBuffer : t -> arrayBuffer Js.t
val to_uint8Array : t -> uint8Array Js.t
val of_arrayBuffer : arrayBuffer Js.t -> t
val of_uint8Array : uint8Array Js.t -> t