CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

SortedSet 5.0.0

SortedSet 5.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Mar 2019
SPMSupports SPM

Maintained by Brad Hilton.



SortedSet 5.0.0

  • By
  • Brad Hilton

SortedSet

SortedSet is a native Swift sorted set. It's a Set that keeps your elements in sorted order.

Installation

CocoaPods

SortedSet is available through CocoaPods. To install, simply include the following lines in your podfile:

use_frameworks!
pod 'SortedSet'

Be sure to import the module at the top of your .swift files:

import SortedSet

Author

Brad Hilton, [email protected]

License

SortedSet is available under the MIT license. See the LICENSE file for more info.