Skip to main content

affordable_or_free

Function affordable_or_free 

Source
fn affordable_or_free<B>(
    b: &mut B,
    cost_off: usize,
    cur_off: usize,
    bypass_off: Option<usize>,
) -> B::Bool
where B: RotationBackend,