macro_rules! debug_assert_msg {
($condition:expr, $msg:expr) => { ... };
($condition:expr, $msg:expr, $($arg:tt)*) => { ... };
}Expand description
Enhanced assertion macro with debugging information
macro_rules! debug_assert_msg {
($condition:expr, $msg:expr) => { ... };
($condition:expr, $msg:expr, $($arg:tt)*) => { ... };
}Enhanced assertion macro with debugging information