Closed nickmshelley closed 9 years ago
In https://github.com/pNre/ExSwift/blob/master/ExSwift/Range.swift, there are "DP2 style open range operators" that are just wrappers around ..<. Seems like this should be taken out.
..<
I made the change in PR #116
In https://github.com/pNre/ExSwift/blob/master/ExSwift/Range.swift, there are "DP2 style open range operators" that are just wrappers around
..<
. Seems like this should be taken out.