macro_rules! invariant {
($($arg:tt)*) => { ... };
}Expand description
Native assertions cannot be disabled, that’s why why prefer to use this macro.
macro_rules! invariant {
($($arg:tt)*) => { ... };
}Native assertions cannot be disabled, that’s why why prefer to use this macro.