Functions
The following functions are available globally.
-
Assigns the value of an optional to a property if it exists.
Declaration
Swift
public func <= <T>(property: inout T, value: T?)
Parameters
property
The value to set.
value
The optional to set the
property
with.