Function undo [src]
Prototype
pub fn undo(w: *Writer, n: usize) void
Parameters
w: *Writer
n: usize
Source
pub fn undo(w: *Writer, n: usize) void {
w.end -= n;
}
pub fn undo(w: *Writer, n: usize) void
w: *Writer
n: usize
pub fn undo(w: *Writer, n: usize) void {
w.end -= n;
}