Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Clone for ByteRecordIter and StringRecordIter #204

Merged
merged 1 commit into from
Nov 3, 2020

Conversation

benesch
Copy link
Contributor

@benesch benesch commented Jun 6, 2020

@BurntSushi what do you think about this? I figured since the diff was so small it'd be easier to discuss over a PR than an issue.

Cloneable iterators are useful when writing code that is generic over
iterators that needs to be able to iterate twice.

Cloneable iterators are useful when writing code that is generic over
iterators that needs to be able to iterate twice.
Copy link
Owner

@BurntSushi BurntSushi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@BurntSushi BurntSushi merged commit 7120114 into BurntSushi:master Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants