pub fn unusedCapacityLen(w: *const Writer) usize
pub fn unusedCapacityLen(w: *const Writer) usize { return w.buffer.len - w.end; }