> On 10 Apr 2014, at 07:55, Corey Richardson <[email protected]> wrote: > > range doesn't return a forward iterator. Range<A> also implements > DoubleEndedIterator.
Ok, I didn't realize that. But it still should't require Add<A, A> when all it needs is a way to get to the next and previous values. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
