negated

expect fun negated(expression: Expression): Expression(source)

Create a negated expression to represent the negated result of the given expression.

Return

a negated expression.

Parameters

expression

the expression to be negated.

actual fun negated(expression: Expression): Expression(source)
actual fun negated(expression: Expression): Expression(source)