Function at_least

Source
pub fn at_least(
    should_minimum_meet: usize,
    conditions: Vec<Condition>,
) -> Condition
Expand description

Creates a Rule where n child Rules must be Met

  • If >= n are Met, the result will be Met, otherwise it’ll be NotMet