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