pNre / ExSwift

A set of Swift extensions for standard types and classes.
Other
3.38k stars 318 forks source link

Why is there a custom old interval operator? #115

Closed nickmshelley closed 9 years ago

nickmshelley commented 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.

nickmshelley commented 9 years ago

I made the change in PR #116