multipeek
multipeek copied to clipboard
An iterator adapter to peek at future elements without advancing the cursor of the underlying iterator.
Results
1
multipeek issues
Sort by
recently updated
recently updated
newest added
MultiPeek is missing 2 methods from Peekable: next_if and next_if_eq. This pull request adds those two methods and two additional ones: nth_if and nth_if_eq. This will make MultiPeek a drop-in...