Swift Algorithms 0.2.1
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)