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

feat(cordyceps): add immutable list::Cursor type #241

Merged
merged 1 commit into from
Jun 23, 2022
Merged

Conversation

hawkw
Copy link
Owner

@hawkw hawkw commented Jun 23, 2022

This branch adds an immutable cursor to cordyceps::list, in addition
to the existing mutable cursor. This functions similarly to the
std::collections::linked_list::Cursor type.

Depends on #240.

Base automatically changed from eliza/pin-iters to main June 23, 2022 17:01
This branch adds an immutable cursor to `cordyceps::list`, in addition
to the existing mutable cursor. This functions similarly to the
`std::collections::linked_list::Cursor` type.

Depends on #240.
@hawkw hawkw enabled auto-merge (squash) June 23, 2022 18:24
@hawkw hawkw merged commit 5af5d48 into main Jun 23, 2022
@hawkw hawkw deleted the eliza/immut-cursor branch June 23, 2022 18:31
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.

None yet

1 participant