Process a special built-in binary operator, possibly lazily.
Only &&/|| short-circuit: their right-hand side gets a control dependency and only the left is read.
The vectorized &/| evaluate both and hence use lazy: false.
Not related to R's special binary operators like %in%.
Process a special built-in binary operator, possibly lazily. Only
&&/||short-circuit: their right-hand side gets a control dependency and only the left is read. The vectorized&/|evaluate both and hence uselazy: false. Not related to R's special binary operators like%in%.