CalculationOperandConvertible
public protocol CalculationOperandConvertible
Represents a value that can be used as a operand in a Calculation.
-
A calculation operand that represents this value.
Declaration
Swift
var calculationOperand: CalculationOperand { get }
View on GitHub
CalculationOperandConvertible Protocol Reference