Member predicate AssignableDefinitions::TupleAssignmentDefinition::getEvaluationOrder
Gets the evaluation order of this definition among the other definitions
in the compound tuple assignment. For example, in (x, (y, z)) = ...
the
orders of the definitions of x
, y
, and z
are 0, 1, and 2, respectively.