Constant SEL

Source
pub const SEL: Constraint;
Expand description

§Select

0x07: SEL

Conditionally keep one of the top two elements on the stack.

If condition is true, the top element is kept.

§Stack Input

[a, b, cond]

§Stack Output

[b]