Int
public extension Int
extension Int: CSAnyProtocol
-
Undocumented
Declaration
Swift
var isEmpty: Bool { get } -
Undocumented
Declaration
Swift
var isSet: Bool { get } -
Undocumented
Declaration
Swift
var set: Bool { get } -
Undocumented
Declaration
Swift
var asFloat: CGFloat { get } -
Undocumented
Declaration
Swift
func until(_ end: Int) -> CountableRange<Int> -
Undocumented
Declaration
Swift
func until(_ end: Int, _ function: (Int) -> Void) -
Undocumented
Declaration
Swift
func `in`(range: ClosedRange<Int>) -> Bool -
Undocumented
Declaration
Swift
public static let KB: Int -
Undocumented
Declaration
Swift
public static let MB: Int -
Undocumented
Declaration
Swift
public static let GB: Int
View on GitHub
Int Extension Reference