Macro foyer_common::strict_assert
source · macro_rules! strict_assert { ($($arg:tt)*) => { ... }; }
Expand description
Use debug_assert! by default. Use assert! when feature “strict_assertions” is enabled.
macro_rules! strict_assert { ($($arg:tt)*) => { ... }; }
Use debug_assert! by default. Use assert! when feature “strict_assertions” is enabled.