pub fn unusedCapacitySlice(w: *const Writer) []u8
pub fn unusedCapacitySlice(w: *const Writer) []u8 { return w.buffer[w.end..]; }