github.com/andybalholm/cascadia.nthPseudoClassSelector.a (field)

8 uses

	github.com/andybalholm/cascadia (current package)
		parser.go#L517: 		out = nthPseudoClassSelector{a: a, b: b, last: last, ofType: ofType}
		parser.go#L520: 		out = nthPseudoClassSelector{a: 0, b: 1, ofType: false, last: false}
		parser.go#L522: 		out = nthPseudoClassSelector{a: 0, b: 1, ofType: false, last: true}
		parser.go#L524: 		out = nthPseudoClassSelector{a: 0, b: 1, ofType: true, last: false}
		parser.go#L526: 		out = nthPseudoClassSelector{a: 0, b: 1, ofType: true, last: true}
		selector.go#L492: 	a, b         int
		selector.go#L497: 	if s.a == 0 {
		selector.go#L504: 	return nthChildMatch(s.a, s.b, s.last, s.ofType, n)