static L reverseIndexesOf(L l, A a) { ret reverseList(indexesOf(l, a)); }