package brr

  1. Overview
  2. Docs
Browser programming toolkit for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

brr-0.0.7.tbz
sha512=4b3d42eb6a32c1d6f1c5ef003f5311b5029156b31f6e51af098b695c769699e0304b66afd2dd574ecf1084e095bbbc4eac552daab083766cd81ed2f1d9897d51

doc/brr/Jv/Jarray/index.html

Module Jv.Jarray

JavaScript arrays.

Arrays

type t = jv

The type for JavaScript arrays.

val create : int -> t

create n is an array of length n.

val length : t -> int

length a is the array length.

Accessors

val get : t -> int -> t

get a i is the value of array a at index i.

val set : t -> int -> t -> unit

set a i sets the value of array a at index i to v.

OCaml

Innovation. Community. Security.