Skip to content

Release 5.13.0

Choose a tag to compare

@deankarn deankarn released this 19 Feb 23:46
· 28 commits to master since this release
34ba206

What's new?

Added new methods to Doubly Linked List: InsertBefore, InsertAfter, InsertAtFront, InsertAtBack.

This allows for the detaching and insertion of existing nodes which helps prevent creating new allocation when not needed.