Using logical operator on arithmetic vectors should return a mask.

Issue #30 resolved
edanor repo owner created an issue

For now the behaviour for | and || is that the returned value is a bitwise or operation result. The interface should return mask type for logical operators instead. This would make better consistency with how scalar types are treated in c++.

Comments (1)

  1. Log in to comment