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.
pub const MAX_STEPS: usize = 32;The longest a pattern can be. Shorter patterns mask the tail rather than
clearing it — see PatternBlock::step_count.