DataStructures.jl icon indicating copy to clipboard operation
DataStructures.jl copied to clipboard

add MutableLinkedList functionality

Open tmcgrath325 opened this issue 2 years ago • 1 comments

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!.

tmcgrath325 avatar Jul 12 '22 21:07 tmcgrath325

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

skygering avatar Sep 29 '23 18:09 skygering