static bool eqSublist(L l, int from, A... items) { ret eq(subList(l, from, from+l(items)), wrapObjectArrayAsList(items)); }