equator

Macro debug_assert

Source
macro_rules! debug_assert {
    ($($tokens: tt)*) => { ... };
}