v0.1.0
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]
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]
mix.exs
rebar.config
Gleam
erlang.mk
this version
131
yesterday
0
last 7 days
5
all time
Last Updated
Dec 16, 2024
License
MIT
Build Tools
Publisher