static L cyclicSubList_incl(L l, int startIndex, int endIndex) { ret cyclicSubList(l, startIndex, endIndex+1); }