neroboto

Total Owned Packages
1

Total Downloads
54

  • rangeset0.1.0

    54 Downloads

    This library lets you represent a set of integers as a list of ranges or a "RangeSet" if you will.

    So instead of MapSet.intersection([1, 2, 3, 4], [3, 4, 5]) == [3, 4] you can have RangeSet.intersection([1..2, 3..4], [3..5]) == [3..4]