Out.t
An output stream, ie. a place into which we can write bytes. This can be a Buffer.t, an out_channel, a Unix.file_descr, etc.
Buffer.t
out_channel
Unix.file_descr
method output : bytes -> int -> int -> unit
Output slice
method close : unit -> unit
Close the output. Must be idempotent.