Int
struct Int : SignedInteger, Comparable, Equatable
-
Converts to a shorter format - returns: The abbreviated string object
Declaration
Swift
public func abbreviate() -> StringReturn Value
The abbreviated string object
-
Converts to it’s roman number format - returns: The roman number string object
Declaration
Swift
public func toRoman() -> StringReturn Value
The roman number string object
View on GitHub
Int Extension Reference