macro_rules! const_assert_gt {
    ($x:expr, $($y:expr),+ $(,)?) => { ... };
    (@build $x:expr) => { ... };
    (@build $x:expr, $($y:expr),+) => { ... };
}
Expand description

Asserts that constants are greater than each other.