static /*cached*/ L downloadedWebs() { new L webs; time "Unpacking webs" { for (S struct : downloadedDiagramStructures()) pcall-short { webs.add(calToWeb(cal_unstructure(struct))); } } ret webs; }