(This has been brought up before on the AudioWG mailing list)
Currently only the x value is allowed to be a number for basic operations (add, mul, div, etc), which complicates things when you want to for example divide an array by a single number. Now you can only divide a single number by an array.
In my mind ideally the basic operations should only enforce that the dst is an array.