func github.com/andybalholm/cascadia.nthChildMatch

2 uses

	github.com/andybalholm/cascadia (current package)
		selector.go#L504: 	return nthChildMatch(s.a, s.b, s.last, s.ofType, n)
		selector.go#L510: func nthChildMatch(a, b int, last, ofType bool, n *html.Node) bool {