plus

operator fun plus(operator: Operator): OperatorSet

Creates a new OperatorSet adding to this the other Operator, overriding already present operator if one


operator fun plus(other: OperatorSet): OperatorSet

Creates a new OperatorSet adding to this the other operators, overriding already present operators