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