essential_constraint_asm::short

Constant AND

source
pub const AND: Op;
Expand description

§And

0x16

Logical AND of two words.

§Stack Input

[lhs, rhs]

§Stack Output

[lhs && rhs]