FunctionalComp.inverse

property FunctionalComp.inverse

Inverse of this operator.

The inverse of the operator composition is the composition of the inverses in reverse order:

OperatorComp(left, right).inverse == OperatorComp(right.inverse, left.inverse)