macro_rules! next {
($next:ident) => { ... };
}Expand description
Evaluates to the next element in the iterator or breaks the current loop
macro_rules! next {
($next:ident) => { ... };
}Evaluates to the next element in the iterator or breaks the current loop