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; }