ilya.gorbunov
07/12/2018, 3:15 AMRange to ClosedRange and its end property to endInclusive and dropped FloatRange and DoubleRange to make it possible to introduce open-ended ranges without breaking changes later.thomasnield
07/12/2018, 4:07 AMthomasnield
07/12/2018, 8:57 PMstart..end operator is already reserved for inclusive ranges. Maybe (start..end).endExclusive() would be the best way to construct an end exclusive range?