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

Add Lender type for easily iterating over List builders #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ObsidianMinor
Copy link
Collaborator

A simple utility to help with iterating over List builders. Normally you'd use a Range and write a manual for loop to access element builders, but it doesn't work as well with other Iterators. Lender and ZippedLender provide simple utilities to work with both. While they don't support Iterator itself, we can still use while let with them which is close enough...

A simple utility to help with iterating over List builders. Normally you'd
use a Range and write a manual for loop to access element builders, but it
doesn't work as well with other Iterators. Lender and ZippedLender provide
simple utilities to work with both. While they don't support Iterator
itself, we can still use `while let` with them which is close enough...
@ObsidianMinor ObsidianMinor requested a review from a team as a code owner October 7, 2024 04:03
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.

1 participant