in Sources/SE0270_RangeSet/RangeSetStorage.swift [77:81]
func hash(into hasher: inout Hasher) { for range in self { hasher.combine(range) } }