fa_assert

Macro fa_assert 

Source
macro_rules! fa_assert {
    ($cond:expr, $code:ident) => { ... };
    ($cond:expr, $code:ident, ctx) => { ... };
}
Expand description

Assert a condition or emit a diagnostic.

§Example

fa_assert!(frame_active, FA001);