SimMath version 1.4.0
Incremental release with a new IntRangeSet class.
Change log:
- Added an IntRange interface and default FixedIntRange implementation to
represent a range of ints. - Added an IntRangeSet which is a Set (and effectively Set<int))
that is space-optimized for sets of integers that consist of packed ranges.