Documentation Language: Swift

Function

not(_:)

Performs logical NOT operation on a boolean value.

func not(_ operand: any EcoreValue) throws -> EBoolean

Parameters

operand

The boolean operand to negate

Return Value

The logical negation of the operand

Discussion

The operand must be a boolean value. The result is the logical negation of the operand.