5 ms·
The one liner shouldn't have shortcircuiting since it uses the binary or |, not the boolean/logical or||.
by maxlapdev 1y ago
The one liner shouldn't have shortcircuiting since it uses the binary or |, not the boolean/logical or||.
- axeluser 1y agoAha, you're right, didn't look carefully