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