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 MutableLinkedList functionality #818

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

tmcgrath325
Copy link

Related to #443

In addition to the methods that have already been implemented for MutableLinkedList, it might also be helpful to have ways to mutate "the middle" of a list rather than only make changes at the beginning and end.

To that end, I've added popat!, insert!, and splice!.

@skygering
Copy link

I would love to bump this! I need this functionality as well!

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.

2 participants