package orsetto
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/Vector/index.html
Module Cf_bsearch_data.Vector
This module contains the signature of a random-access vector containing data accessible at constant order cost for any index. Distinguished instances of the signature include char
type values in string
type vectors and int
type values in int array
vectors.
Note: this interface is provided so that a Bigarray
can be a vector, but the implementation of that is not provided here.
module type Basis = sig ... end
The signature of vector basis modules.
A distinguished basis module for vectors with integer indices.
module type Profile = sig ... end
The signature of vector implementation modules.
module Create
(E : Cf_relations.Order) :
Profile with type index = int and type element = E.t and type t = E.t array
Use Create(E)
to compose a vector using an array.
Use Of_char
for string vectors.
module Of_int : sig ... end
Use Of_int
for integer array vectors.
module Of_string : sig ... end
Use Of_string
for string array vectors.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>