Function unusedCapacitySlice [src]

Prototype

pub fn unusedCapacitySlice(w: *const Writer) []u8

Parameters

w: *const Writer

Source

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