Avoid cloning in `Cloned<I>` or copying in `Copied<I>` when elements are only needed by reference or not at all. There is already some precedent for this, given that `__iterator_get_unchecked` is implemented, which can skip elements. The reduced clones are technically observable by a user impl of `Clone`. |
||
|---|---|---|
| .. | ||
| adapters | ||
| sources | ||
| traits | ||
| mod.rs | ||
| range.rs | ||
| sources.rs | ||