@tmbb in what context? If it’s and
inside guard clauses then IIRC it compiles to andalso
. If it’s and
in a module body then it does the case there as a short circuit.
@tmbb in what context? If it’s and
inside guard clauses then IIRC it compiles to andalso
. If it’s and
in a module body then it does the case there as a short circuit.