iterext: A few more extension methods on iterators.
This crate is not likely to ever be published on https://crates.io because it's
far more appropriate to attepmt to get these extensions added to
itertools. However, I haven't yet made the time
to attempt to contribute them there.
A few quick examples from the tests should show what it's about:
use *;
Provenance
Originally wrote these extensions as part of the textbyte
module for my solitaire implementation.