package zed
-
zed
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val create : unit -> t
Create a new empty buffer.
val add : t -> Zed_char.t -> unit
add buffer zChar
add zChar
at the end of buffer
.
val add_uChar : t -> CamomileLibrary.UChar.t -> unit
add buffer uChar
add uChar
at the end of buffer
.
val add_string : t -> Zed_string.t -> unit
add buffer str
add str
at the end of buffer
.
val reset : t -> unit
reset buffer
resets buffer
to its initial state.