package orsetto

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

Install

Dune Dependency

Authors

Maintainers

Sources

r1.1.3.tar.gz
sha512=9b654edb663ae697563f150824047052f3b1bf760398f24bce6350553f031f73c46b6337239a1acd871e61238597ea92046809e3358290ff14d6ba671b449085

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.