Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test
DoubleEndedIterator
specializations
Similar to `test_specializations` but for `DoubleEndedIterator::{rfold,nth_back}`. The other difference is that in the macro, I advance the iterator alternatively from both fronts 8 times instead of one front 5 times. Note that we don't have any `rfold/nth_back` specialization yet but it will come as I intend to do `rfold` specializations alongside `fold` ones.
- Loading branch information