• 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
  • v1.4.2 a6569e4a48

    v1.4.2 Stable

    rosa released this 2019-11-25 06:33:34 +00:00 | 365 commits to main since this release

    Fixed

    • IntSet.inverse/2 is now totally fixed.
    Downloads
  • v1.4.1 375a984543

    v1.4.1 Stable

    rosa released this 2019-11-25 06:18:13 +00:00 | 368 commits to main since this release

    Fixed

    • Some problems with IntSet.inverse/2 and padding were fixed.
    Downloads
  • v1.3.0 4e5462715a

    v1.3.0 Stable

    rosa released this 2018-05-26 03:52:47 +00:00 | 374 commits to main since this release

    No known key found for this signature in database
    GPG key ID: BEC39BF873A0103B

    Added

    • IntSet.difference/2 now has a typespec.
    • IntSet.disjoint?/2 now has docs and a typespec.

    Changed

    • IntSet.union/2 has been optimized
    Downloads