String
extension String: ConditionOperandConvertible
extension String: ConditionTextOperandConvertible
-
An operand that represents this value.
Declaration
Swift
public var conditionOperand: ConditionOperand { get }
-
A text operand that represents this value.
Declaration
Swift
public var conditionTextOperand: ConditionTextOperand { get }