static L indexedWebs(S s) { ret ai_withoutInvalidWebs(nodesToWebs(indexedNodes_withInvalids(s))); } ifclass AI_SubSpace static L indexedWebs(AI_SubSpace ss, S s) { ret ai_withoutInvalidWebs(nodesToWebs(indexedNodes_withInvalids(ss, s))); } endif