static L allPointsInRect_virtual(int w, int h) { ret virtualList(i -> pt(i%w, i/h), w*h); }