• v1.2.0 2070a3d838

    v1.2.0 Stable

    rosa released this 2020-10-11 02:30:47 +00:00 | 388 commits to main since this release

    Added

    • The IntSet.difference/2 function.
      This function subtracts set B's members from set A.
    • The IntSet.disjoint?/2 function.
      Returns true if sets A and B have no members in common.

    Changed

    • The Collectable implementation was dramatically optimized.
    Downloads