static A assertSorted(A l) { if (!isSortedList(l)) fail(shorten("List isn't sorted: " + l)); ret l; }