camomile
A Unicode library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package camomile
-
camomileDefaultConfig
-
camomileLibrary
-
-
camomileLibraryDefault
-
-
camomileLibraryDyn
-
camomile_yuge
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library camomileLibrary
An implementation of Unicode string. Internally, it uses integer array. The semantics matches the description of UStorage.
type utext = [ `Immutable ] text
type ustring = [ `Mutable ] text
type t = utext
val length : 'a text -> int
val of_string : string -> utext
Conversion from Latin-1 strings.
The semantics of these function are similar to the equivalents of string.
module Buf : sig ... end
ON THIS PAGE
No table of contents