static void removeFirst(L l) { if (nempty(l)) l.remove(0); }