blob: 668d40783ec502064f09c00cab3ef6caf8210323 (
plain) (
blame)
1
2
3
|
intspan is a set subclass that conveniently represents sets of integers. Sets
can be created from, and displayed as, integer spans such as 1-3,14,29,92-97
rather than exhaustive member listings.
|