Open linked list
A linked list implementation that allows to unsafely mutate, insert, and remove elements from the middle of the list through a pointer.
Potentially unsafe operations must be marked as unsafe by the user.
A linked list implementation that allows to unsafely mutate, insert, and remove elements from the middle of the list through a pointer.
Potentially unsafe operations must be marked as unsafe by the user.