Function selectors::matching::matches_generic_nth_child

source ยท
fn matches_generic_nth_child<E>(
    element: &E,
    context: &mut MatchingContext<'_, E::Impl>,
    nth_data: &NthSelectorData,
    selectors: &[Selector<E::Impl>],
    rightmost: SubjectOrPseudoElement,
) -> KleeneValue
where E: Element,