isEmpty
A Boolean value that denotes whether the option is empty.
Declaration
var isEmpty: Bool { get }Discussion
Returns true if the option is equivalent to the empty set, or false otherwise.
A Boolean value that denotes whether the option is empty.
var isEmpty: Bool { get }Returns true if the option is equivalent to the empty set, or false otherwise.