Macro claym::assert_is_not_empty

source ·
macro_rules! assert_is_not_empty {
    ($cond:expr $(,)?) => { ... };
    ($cond:expr, $($arg:tt)+) => { ... };
}
Expand description

Asserts that the iterator is not empty.