static L compactIntList(L l) { ret l == null ? null : new IntBuffer(l).asVirtualList(); }