xtl
xtl copied to clipboard
[xoptional] boolean optional expressions behavior
This was brought up today in a presentation about xtensor.
Regarding operators || and &&:
- should
true || missingreturntrueormissing? - should
false && missingreturnfalseormissing?
More generally, should we handle absorbing values separately... is 0 * missing<int> missing or zero?