package js_of_ocaml

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

Module Typed_array.BigstringSource

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