Function unusedCapacityLen [src]
Prototype
pub fn unusedCapacityLen(w: *const Writer) usize Parameters
w: *const Writer Source
pub fn unusedCapacityLen(w: *const Writer) usize {
return w.buffer.len - w.end;
} pub fn unusedCapacityLen(w: *const Writer) usize w: *const Writer pub fn unusedCapacityLen(w: *const Writer) usize {
return w.buffer.len - w.end;
}