Macro tarantool::expr_count

source ·
macro_rules! expr_count {
    () => { ... };
    ($head:expr $(, $tail:expr)*) => { ... };
}