Skip to main content

MAX_STEPS

Constant MAX_STEPS 

Source
pub const MAX_STEPS: usize = 32;
Expand description

The longest a pattern can be. Shorter patterns mask the tail rather than clearing it — see PatternBlock::step_count.