1 2 3 4 5 6 7 8 9 10
macro_rules! generate_pattern_iterators { { $(#[$forward_iterator_attribute:meta])* } => { } } generate_pattern_iterators! { /// Created with the method [`split`]. }