package orsetto

  1. Overview
  2. Docs
A library of assorted structured data interchange languages

Install

Dune Dependency

Authors

Maintainers

Sources

r1.0.3.tar.gz
sha256=151ca6df499bd3de7aa89a4e1627411fbee24c4dea6e0e71ce21f06f181ee654
md5=00393728b481c2bf15919a8202732335

doc/orsetto.cf/Cf_bsearch_data/Map/Int_basis/Content/index.html

Module Int_basis.Content

The implementation of the underlying co-domain content array.

type 'a t = 'a array

The type of an co-domain array.

val nil : 'a t

A distinguished empty array.

val empty : 'a t -> bool

Use empty v to test whether v is an empty array.

val of_seq : 'a Seq.t -> 'a t

Use of_seq s to make an array from the elements consumed from s.

val project : 'a t -> Index.t -> 'a

Use project v i to obtain the element of v at index i.

OCaml

Innovation. Community. Security.