Module Prime_buffer
Amendment to the standard library Buffer
structure.
val with0 : ?n:int -> (Stdlib.Buffer.t -> unit) -> string
with0 f
callsf buf
on a fresh bufferbuf
and returns its content.
Prime_buffer
Amendment to the standard library Buffer
structure.
val with0 : ?n:int -> (Stdlib.Buffer.t -> unit) -> string
with0 f
calls f buf
on a fresh buffer buf
and returns its content.