static /*cached*/ L downloadedTypicalWebs() { new L webs; time "Unpacking webs" { for (S struct : downloadedTypicalDiagramStructures()) pcall-short { Web web = web_flexUnstructure(struct); webs.add(web_setSource("downloaded typical", web)); } } ret webs; }