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

Converts array and dictionary extensions #66

Closed alexpersian closed 8 years ago

alexpersian commented 8 years ago
tzm41 commented 8 years ago

Remove SwiftWisdomTests/StandardLibrary/.DS_Store file.

brightredchilli commented 8 years ago

bt dubs. really heroic effort here - please push your changes and rebase one more time onto nyc/standard-library so i can give a ship it.

alexpersian commented 8 years ago

Thanks! Was a great way to get more familiar with the framework too. Thanks for leading the charge on starting this too!

alexpersian commented 8 years ago

Found some clearer documentation around extensions and how they work across modules, so I cleaned up the access levels here to reflect that.