static L createOrAddToList(L l, A a) { ret addDyn(l, a); }