Returns a variant of this finder that only matches the element at the given index matched by this finder.
Finder at(int index) => _IndexFinder(this, index);