IntrepidPursuits / swift-wisdom

A collection of additions to the Swift Standard Library created by Intrepid Pursuits developers
MIT License
39 stars 14 forks source link

Make range converter public #93

Closed paulrolfe closed 7 years ago

paulrolfe commented 7 years ago

I'd like this function to be public: https://github.com/IntrepidPursuits/swift-wisdom/blob/368d58cfbd43da5373808eeeb13b18611bbe395a/SwiftWisdom/Core/StandardLibrary/String/String%2BIndexing.swift#L29

alexpersian commented 7 years ago

Addressed through #94