macro_rules! flush_amt {
($n:expr) => { ... };
() => { ... };
}
Expand description
Shorthand for return FlushAmt(n)
or return FlushAmt(0)
(empty invocation)
macro_rules! flush_amt {
($n:expr) => { ... };
() => { ... };
}
Shorthand for return FlushAmt(n)
or return FlushAmt(0)
(empty invocation)