Macro buf_redux::flush_amt

source ·
macro_rules! flush_amt {
    ($n:expr) => { ... };
    () => { ... };
}
Expand description

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