list-index

[procedure] list-index pred clist1 clist2 ...

SRFI-1: Return the index of the leftmost element that satisfies pred. The iteration stops when one of the lists runs out of values; in this case, list-index returns #f.