Entomy / LibLangly

The combined Langly runtime
https://entomy.github.io/LibLangly/
33 stars 7 forks source link

DoublyLinkedList structure #294

Closed Entomy closed 2 years ago

Entomy commented 3 years ago

Similarly to the SinglyLinkedList<TElement> data structure, there should be a doubly linked variant. This would be very easy to implement given the Providers API.

This would also be a great opportunity to document the use of the Traits, Concepts, and Providers API, so an article should be written up along side it's development.

Entomy commented 2 years ago

This is no longer necessary as I'm no longer providing custom data structures.