package batteries
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A community-maintained standard library extension
Install
dune-project
Dependency
Authors
Maintainers
Sources
v3.3.0.tar.gz
sha256=40d18485911e343500a5636bbf1d84e2ee32f924fe87e5fd13a37641a4d8f226
md5=fe4da12b678a82faaeda4e58492ea871
doc/batteries.unthreaded/BatPathGen/module-type-StringType/index.html
Module type BatPathGen.StringType
This signature lists few basic operations provided by all string types.
The actual implementation may use any (coherent) scheme of indexing of strings. Below the term 'indexing unit' can stay either for byte or character (or whatever employed by the implementation). This determines meaning of all int arguments and results (excluding result of compare).
val length : t -> intLength - number of indexing units
val lift_char : char -> tcharConvert Latin-1 character to tchar.
val lift : string -> tConvert from UTF-8 string of primitive string type.
val to_string : t -> stringConvert to primitive string with UTF-8 content.
concat_with_separators sep lst catenates all n elements of lst inserting (n-1) copies of sep in between.
As String.sub, but indexed in specific way.
val rindex : t -> char -> intmodule Parse : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>