FWIW, one could use an operator which inherently shows a direction: << and >>, for both directions respectively. A = B >> C lets B take precedence, and A = B << C lets C take precedence.