saxbophone / arby

Arbitrary precision arithmetic in C++, even at compile-time
https://saxbophone.com/arby/
Mozilla Public License 2.0
8 stars 1 forks source link

codlili: spin out into separate project #57

Closed saxbophone closed 1 year ago

saxbophone commented 2 years ago

codlili, a constexpr doubly-linked-list is useful enough on its own to constitute a separate project

We should spin it out into such a project, write thorough tests for it, implement more of the stdlib container API (e.g. insert()), etc...

saxbophone commented 1 year ago

ALready done, no proper tests yet tho, alas!