Macro invariant

Source
macro_rules! invariant {
    ($($arg:tt)*) => { ... };
}
Expand description

Native assertions cannot be disabled, that’s why why prefer to use this macro.