static L rects(L l) { ret map(l, x -> x == null ? null : x.rect); }