SendOutCards / SortedSet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SortedSet

Tests

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

Installation

Swift Package Manager

You can build SortedSet using the Swift Package Manager. Just include OrderedSet as a package in your dependencies:

.package(url: "https://github.com/SendOutCards/SortedSet.git", .upToNextMajor(from: "6.0.0")),

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

import SortedSet

Author

Brad Hilton, brad@skyvive.com

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`.

License:MIT License


Languages

Language:Swift 100.0%