static L cloneListReplacingElementAtIndex(L l, int i, A a) { listSetIfInRange(l = cloneList(l), i, a); ret l; }