Constant REP

Source
pub const REP: Constraint;
Expand description

§Repeat

0x09: REP

Repeat a section of code the number of times. Takes a boolean to either count from 0 up or from the number of repeats down to 0.

§Stack Input

[num_repeats, count_up_bool]