Biocaml_unix.RSetSourceEfficient integer sets when many elements expected to be large contiguous sequences of integers.
Type of a set of integers.
Construct the set of integers representing the union of integers in all given ranges.
Return set of integers as a minimal list of non-overlapping ranges in ascending order by their coordinates.
Return set of integers as a list. Elements will be in ascending order.
Set difference. diff s t is the set of elements that are in s but not in t.