Index[list->NLIST(T), x->T] =: LIST(INTEGER) Index[list->NLIST(T), x->LIST(T)] =: LIST(INTEGER)
Index returns the list of indices in list where x appears.
NthElement.