Bool
@frozen
public extension Bool
-
Returns the opposite value of
self
.Declaration
Swift
var inverted: Bool { get }
-
Transforms
self
into aCGFloat
value.Declaration
Swift
var cgFloat: CGFloat { get }