package camomile
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A Unicode library
Install
dune-project
Dependency
github.com
Readme
Changelog
LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception License
Edit opam file
Versions (6)
Authors
Maintainers
Sources
camomile-1.0.1.tbz
sha256=c23b0a39cb36fd130168d3eba7cb4a91fbd35982b6cb2320ce5b06f271965a07
md5=82e016653431353a07f22c259adc6e05
doc/camomile.library/CamomileLibrary/module-type-Type/UText/index.html
Module Type.UText
An implementation of Unicode string.
An implementation of Unicode string. Internally, it uses integer array. The semantics matches the description of UStorage.
type 'a text = 'a UText.texttype utext = [ `Immutable ] texttype ustring = [ `Mutable ] texttype t = utexttype index = UText.indexval length : 'a text -> intval of_string : string -> utextConversion from Latin-1 strings.
The semantics of these function are similar to the equivalents of string.
module Buf = UText.Buf sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>