package orsetto
A library of assorted structured data interchange languages
Install
Dune Dependency
Authors
Maintainers
Sources
r1.1.1.tar.gz
sha256=81283687ce3204263bc955a332dd7b90bf5b648a990c01160f33aaa77d80962f
md5=7346293aa013c2a8974c6fb7c521166a
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)"
>