Constant SWAP

Source
pub const SWAP: Constraint;
Expand description

§Swap

0x05

Swap top two words on stack.

§Stack Input

[a, b]

§Stack Output

[b, a]