camomile.library
Text.Buf
Character buffers. Similar to Buffer.
camomile
camomile.default_config
camomile.dyn
camomile.lib_default
type buf
val create : int -> buf
create n creates the buffer. n is used to determine the initial size of the buffer. The meaning of n differs from modules to modules.
create n
n
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