Macro claym::debug_assert_has_length

source ·
macro_rules! debug_assert_has_length {
    ($($arg:tt)*) => { ... };
}
Expand description

Asserts that the iterator has the given length.