[][src]Function lindenmayer_system::parametric::apply_first_rule

pub fn apply_first_rule<R>(
    rules: &[R],
    sym: &<R as ParametricRule>::OutSym
) -> Option<Vec<<R as ParametricRule>::OutSym>> where
    R: ParametricRule

Apply first matching rule and return expanded successor.