3.0.2
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.
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.