Currently you can only operate in vectors <op> vectors or scalar <op> scalar, but you can't mix them. rb_monitor could operate in a scalar <op> vector this way: `3 x [1, 2, 3] = [3, 6, 9]`
Currently you can only operate in vectors vectors or scalar scalar, but you can't mix them. rb_monitor could operate in a scalar vector this way:
3 x [1, 2, 3] = [3, 6, 9]