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 an owned iterator: IntoOnes #103

Merged
merged 2 commits into from
Mar 16, 2024
Merged

Conversation

james7132
Copy link
Collaborator

@james7132 james7132 commented Mar 16, 2024

This PR adds an owned iterator IntoOnes that acts identically to Ones<'a> but consumes the provided FixedBitset.

Fixes #45.

@james7132 james7132 merged commit ddf0dd8 into petgraph:master Mar 16, 2024
6 checks passed
@james7132 james7132 mentioned this pull request Mar 16, 2024
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.

Owned iterator: into_ones()
1 participant