UInt
extension UInt: Countable
-
Returns whether given count matches countable case.
Declaration
Swift
public func matches(_ count: Int) -> Bool
Parameters
count
Given count
Return Value
true, if it is within boundaries, false otherwise