Module XString.BufSource

Sourcetype buf
Sourceval create : int -> buf
Sourceval contents : buf -> t
Sourceval length : buf -> int
Sourceval clear : buf -> unit
Sourceval reset : buf -> unit
Sourceval add_char : buf -> UChar.t -> unit
Sourceval add_string : buf -> t -> unit
Sourceval add_buffer : buf -> buf -> unit