macro_rules! const_assert {
    ($x:expr) => { ... };
}
Expand description

Asserts a boolean expression at compile time.