Macro dtt::dtt_assert
source · macro_rules! dtt_assert { ($($arg:tt)*) => { ... }; }
Expand description
This macro checks if the given expression is true.
macro_rules! dtt_assert { ($($arg:tt)*) => { ... }; }
This macro checks if the given expression is true.