static int indexOfSubListLL(L l, A... b) { ret indexOfSubList(l, asList(b)); }