essential_constraint_asm::short

Constant BAND

source
pub const BAND: Op;
Expand description

§BitAnd

0x1A: BAND

Bitwise AND of two words.

§Stack Input

[lhs, rhs]

§Stack Output

[lhs & rhs]