ranges
A collection of the ranges that make up the range set.
Declaration
var ranges: RangeSet<Bound>.Ranges { get }Discussion
The ranges that you access by using ranges never overlap, are never empty, and are always in increasing order.
A collection of the ranges that make up the range set.
var ranges: RangeSet<Bound>.Ranges { get }The ranges that you access by using ranges never overlap, are never empty, and are always in increasing order.