Swift Packages
Repository | Description |
---|---|
swift-collections | Commonly used data structures for Swift |
BTree | Fast sorted collections for Swift using in-memory B-trees |
SortedArray | An array that keeps its elements sorted according to a given sort predicate. |
TextAttributes | TextAttributes provides type-safe API for setting text attributes for common UIKit components. |
Sectioner | Small extension on Collection that groups its elements. |
OrderedSet | A simple, static Ordered Set collection type for Swift. Doesn't depend on Foundation. |