static L spliceList(L a, int from, int to, Cl b) { ret concatLists( takeFirst(a, from), b, subList(a, max(from, to)); }