Int
@frozen
extension Int: Countable
-
Returns whether given count matches countable case.
Declaration
Swift
public func matches(_ count: Int) -> BoolParameters
countGiven count
Return Value
true, if it is within boundaries, false otherwise
View on GitHub
Int Extension Reference