v2.0.0
v2.0.0 Major feature release
Highlights
- Faster and less allocative ImMap and ImHashMap with more methods (plus bucketed ImMapSlots and ImHashMapSlots variants)
- Algebraic sum-type aka descriminated union and one-liner records - Union<TUnion, T1..N>, Box<TBox, T>, Item<TItem, T>
- GrowingList, ImZipper, StackPool, Unit, Fun extensions with forward pipe operators
- Ref.Swap now accepts state to use closure-less lambdas with less allocations