Skip to content

Swift Algorithms 0.2.1

Compare
Choose a tag to compare
@natecook1000 natecook1000 released this 01 Jun 20:48
· 38 commits to main since this release
2327673

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)