sS ai_describeCollectionElements(Cl l, O... _) { if (empty(l)) ret "that is empty"; Set descriptions = mapToCISet(optParLambda1 ai_describeObject, l); ret "where each element is " + textOut_or(descriptions); }