Mathutils Vector reversed math operators for subtract and divide? Like float / vector

I think it would be really useful to add some reverse operator functions to the Vector object in Mathutils.

IMHO, It would make code more readable and decluttered to be able to use float as a dividend instead of first having to construct a uniform Vector first. The same goes for subtract.

Float / Vector
Float - Vector

Also, where the order doesn’t matter it would be nice if it accepted the reverse

Float * Vector
Float + Vector