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