module Buf:Buffer module for UCS4sig
..end
type
buf
create n
creates the buffer with the initial size n
.val create : int -> buf
val contents : buf -> CamomileLibrary.Type.UCS4.t
val clear : buf -> unit
val reset : buf -> unit
val add_char : buf -> CamomileLibrary.Type.UChar.t -> unit
val add_string : buf -> CamomileLibrary.Type.UCS4.t -> unit
val add_buffer : buf ->
buf -> unit