Skip to content

3.0.2

Choose a tag to compare

@tevelee tevelee released this 21 Mar 14:22
· 4 commits to main since this release
3.0.2
fd755bc

Replaced the use of a new API (count(where:)) with .filter(_:).count for compatibility reasons.
https://github.com/swiftlang/swift-evolution/blob/main/proposals/0220-count-where.md was implemented in Swift 6.