[][src]Macro buf_redux::flush_amt

macro_rules! flush_amt {
    ($n:expr) => { ... };
    () => { ... };
}

Shorthand for return FlushAmt(n) or return FlushAmt(0) (empty invocation)