Skip to content

A native Swift implementation of a sorted set. Requires element to conform to `Comparable`.

License

Notifications You must be signed in to change notification settings

lindyhoptrader/SortedSet

 
 

Repository files navigation

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.

About

A native Swift implementation of a sorted set. Requires element to conform to `Comparable`.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 96.1%
  • Ruby 3.3%
  • C 0.6%