Int
public extension Int
-
Checks, Int is positive
Declaration
Swift
var isPositive: Bool { get } -
Checks, Int is negative
Declaration
Swift
var isNegative: Bool { get }
-
Undocumented
Declaration
Swift
var stringValue: String? { get }
View on GitHub
Int Extension Reference