UInt
struct UInt : FixedWidthInteger, UnsignedInteger
-
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
UInt Extension Reference