Documentation Language: Swift

Initializer

init(operator:operand:)

Creates a unary operation expression.

init(operator: ATLUnaryOperator, operand: any ATLExpression)

Parameters

operator

The unary operator

operand

The operand expression