[C#] 0.4.0, [C++] 0.2.0
https://www.nuget.org/packages/Platform.Collections.Methods/0.4.0
Platform.Numbers dependency updated from 0.4.0 to 0.4.1.
DoublyLinkedLists split into two implementations absolute and relative.
Absolute implementation means there is a single global list with fixed location (can be decided on initialization).
Relative implementation means there are many lists and each is relative to some element's location (must be decided on each read/write operation).
https://www.nuget.org/packages/Platform.Collections.Methods.TemplateLibrary/0.2.0
DoublyLinkedLists split into two implementations absolute and relative.
Absolute implementation means there is a single global list with fixed location (can be decided on initialization).
Relative implementation means there are many lists and each is relative to some element's location (must be decided on each read/write operation).
Better translation from C#.