Bool
public extension Bool
extension Bool: ScopeFunctions
-
Returns the inverse of the receiver.
let retval = true.not() // do something with retval which is falseDeclaration
Swift
func not() -> BoolReturn Value
The inverse value
View on GitHub
Install in Dash
Bool Extension Reference