Returns the contents not yet drained.
pub fn buffered(w: *const Writer) []u8
pub fn buffered(w: *const Writer) []u8 { return w.buffer[0..w.end]; }