Avatar
This seems like another case that would be well served by an operator ..<+ hack: infix operator ..<+ extension Strideable { static func ..<+ (lhs: Self, rhs: Stride) -> Range { return lhs..