Module zkevm_keccak::util::expression::or
source · [−]Expand description
Returns 1
when expr[0] || expr[1] || ... == 1
, and returns 0
otherwise. Inputs need to be boolean
Returns 1
when expr[0] || expr[1] || ... == 1
, and returns 0
otherwise. Inputs need to be boolean