Returns a true value if index is the first in the list.
bool isFirstIndex(int index) => fn.isFirstIndex<V>(this, index);