-
Returns
falseifbistrue,trueifbisfalse, ornilotherwise.Declaration
Swift
public prefix static func ! (b: `Self`) -> Optional<Wrapped> -
Returns
falseif either of the operands isfalse,trueif both operands aretrue,nilin all other cases.Declaration
Swift
public static func && (l: `Self`, r: `Self`) -> Optional<Wrapped> -
Returns
falseif both operands arefalse,trueif either of the operands istrue,nilin all other cases.Declaration
Swift
public static func || (l: `Self`, r: `Self`) -> Optional<Wrapped>
View on GitHub