camomile.library
UCS4.Buf
Buffer module for UCS4
camomile
camomile.default_config
camomile.dyn
camomile.lib_default
type buf
val create : int -> buf
create n creates the buffer with the initial size n.
create n
n
The rest of functions is similar to the ones of Buffer in stdlib.
val contents : buf -> t
val clear : buf -> unit
val reset : buf -> unit
val add_char : buf -> UChar.t -> unit
val add_string : buf -> t -> unit
val add_buffer : buf -> buf -> unit