“Tampers with
Elements”
•When Process.all is
executing from within Query_Element or Update_Element, there
are things you can’t do to the container: Clear, Move,
Insert, etc. Basically anything that
can change container cardinality is verboten.
•You also cannot call
any operation that would replace the element you’re currently
visiting: Swap, Replace_Element, etc.