Closed hrldcpr closed 2 years ago
similar to OrderedPSet and LinkedHashMap, as requested by @prdoyle in #95
OrderedPSet
LinkedHashMap
(this is built on top of #101 though can be easily rebased if necessary)
Just remembered I need to add some tests that actually test the ordering, will do that soon
Looks great. Thanks!
similar to
OrderedPSet
andLinkedHashMap
, as requested by @prdoyle in #95(this is built on top of #101 though can be easily rebased if necessary)