package zed
-
zed
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Character buffers. Similar to Buffer.
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.
val clear : buf -> unit
val reset : buf -> unit
val add_char : buf -> CamomileLibrary.UChar.t -> unit