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