at method

Finder at(
  1. int index
)

Returns a variant of this finder that only matches the element at the given index matched by this finder.

Implementation

Finder at(int index) => _IndexFinder(this, index);