MultiTrajectory: apply/visitBackwards can break
If the visitor returns a bool, the loop is aborted if false
is
returned, ohterwise the loop continues. If the visitor does not
return a bool, the loop continues unconditionally.
If the visitor returns a bool, the loop is aborted if false
is
returned, ohterwise the loop continues. If the visitor does not
return a bool, the loop continues unconditionally.