macro_rules! consistency {
    ($cond:expr, $($msg:tt)*) => { ... };
}
Expand description

Special instance of panic for assertions.