Nth constructor

Nth(
  1. dynamic selection,
  2. int index
)

Implementation

Nth(selection, int index) : super([selection, index]);