Int
struct Int : FixedWidthInteger, SignedInteger
                Conforms Int to Addable.
- 
                  
                  
The additive identity 0.
Declaration
Swift
public static var zero: Int { get } 
- 
                  
                  
The multiplicative identity 1.
Declaration
Swift
public static var one: Int { get } 
        Int Extension Reference