im-rs icon indicating copy to clipboard operation
im-rs copied to clipboard

implement `Clone` for iterator types

Open mikeyhew opened this issue 4 years ago • 3 comments

std::vec::Iter<'a, T> implements Clone, but it seems that im::vector::Iter<'a, T> does not. Would it be possible to to implement Clone for all of the by-reference Iter types in im, and would you accept a PR adding the impls?

mikeyhew avatar May 28 '20 23:05 mikeyhew