Skip to main content

MAX_LOOP_ITERATIONS

Constant MAX_LOOP_ITERATIONS 

Source
pub const MAX_LOOP_ITERATIONS: usize = 10_000;
Expand description

Maximum iterations for while-mode loops. Prevents infinite loops.