[][src]Function finite_automata::states_contains_closure_from

pub fn states_contains_closure_from<'a, S: Clone + Ord>(
    container: &impl StatesContains<Set<S>>,
    from: &impl StatesSlice<S>,
    state_indices: impl IntoIterator<Item = StateIndex> + 'a
) -> Option<StateIndex>

Convert state indices from from into a set of states and returns the state index in the container, if the set of states exist.