Description
Perl programs can store and manipulate compact sets of integer ranges. This is useful for tracking selected IDs, message numbers, completed jobs, or other sparse numeric lists.
It is a developer library. Applications should define boundary behavior clearly so ranges do not include unexpected IDs when converted or merged.