Skip to content

feat: Remove collect helper method from ListIterator/ListStream#31

Merged
kylebarron merged 2 commits into
mainfrom
kyle/remove-collect-helper
May 21, 2025
Merged

feat: Remove collect helper method from ListIterator/ListStream#31
kylebarron merged 2 commits into
mainfrom
kyle/remove-collect-helper

Conversation

@kylebarron

@kylebarron kylebarron commented May 21, 2025

Copy link
Copy Markdown
Member

Closes #29

Users can just iterate over the iterable to completion. We can add this back to the protocol in the future if desired, but for now this is simpler.

@kylebarron kylebarron merged commit 364d26f into main May 21, 2025
5 checks passed
@kylebarron kylebarron deleted the kyle/remove-collect-helper branch May 21, 2025 20:07
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.

Remove collect helper method from ListIterator/ListStream?

1 participant