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 CursorMut::as_cursor #244

Merged
merged 3 commits into from
Jun 25, 2022
Merged

feat(cordyceps): add CursorMut::as_cursor #244

merged 3 commits into from
Jun 25, 2022

Conversation

hawkw
Copy link
Owner

@hawkw hawkw commented Jun 25, 2022

This commit adds an as_cursor method to cordyceps::list::CursorMut
that temporarily borrows the CursorMut as an immutable
Cursor. This is the same as the as_cursor method on
std::collections::linked_list's CursorMut type.

This commit adds an `as_cursor` method to `cordyceps::list::CursorMut`
that temporarily borrows the `CursorMut` as an immutable
`Cursor`. This is the same as the `as_cursor` method on
`std::collections::linked_list`'s `CursorMut` type.
@hawkw hawkw enabled auto-merge (squash) June 25, 2022 20:11
@hawkw hawkw merged commit 2a7ce9c into main Jun 25, 2022
@hawkw hawkw deleted the eliza/as-cursor branch June 25, 2022 20:20
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