package orsetto
A library of assorted structured data interchange languages
Install
Dune Dependency
Authors
Maintainers
Sources
r1.0.tar.gz
sha256=585297372d7f6cfb830214e9ef22d6d072a39b2a1591ef90f1ee2bcfe144cad3
md5=6bb6a7ba88bf2c7595a0b332921e60b4
doc/orsetto.cf/Cf_bsearch_data/Vector/Of_char/index.html
Module Vector.Of_char
Use Of_char
for string vectors.
module Element : Cf_relations.Order with type t = element
Signature of totally ordered vector element type.
val nil : t
Data structures use this distinguished empty vector.
val empty : t -> bool
Data structures use empty v
to test whether v
contains any elements.
val first : index
Data structures use first
as the index of the first element.
Data strutures use last v
to get the index of the last element of v
. This function may raise Invalid_argument
only if v
is empty.
Data structures use project v i
to get the element in v
at index i
. Data structures may raise Invalid_argument
only if i
is not a valid index of v
.
Data structures use of_seq s
to make a vector with elements consumed from s
, with the head of s
at the first index, and the element immediately preceding the end of s
at the last index.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>