Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-06-01 | 409 Bytes | |
Swift Algorithms 0.2.1.tar.gz | 2021-06-01 | 232.2 kB | |
Swift Algorithms 0.2.1.zip | 2021-06-01 | 280.6 kB | |
Totals: 3 Items | 513.2 kB | 0 |
Additions
Expanded versatility for two existing operations:
- A series of
joined(by:)
overloads concatenate a sequence of sequences using an element or a collection, either passed in or generated from consecutive elements via a closure. (#138) - Additional
trimming(while:)
methods for trimming only the start or end of a collection, as well as mutating versions of all three variants. (#104)