static L listPlus(Collection l, A... more) { ret concatLists(l, asList(more)); }