Skip to main content

assert

Macro assert 

Source
macro_rules! assert {
    ($cond:expr) => { ... };
    ($cond:expr, $msg:literal) => { ... };
}