CamomileLib.UTextAn implementation of Unicode string.
An implementation of Unicode string. Internally, it uses integer array. The semantics matches the description of UStorage.
type utext = [ `Immutable ] texttype ustring = [ `Mutable ] texttype t = utextval 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 : sig ... end