MCPcopy Create free account
hub / github.com/Singular/Singular / S

Function S

ppcc/adlib/set.h:394–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392typedef Set<Str *> StrSet;
393
394static inline Str *S(StrSet *set, const char *sep = " ") {
395 return StrJoin(set->items()->sort(StrCmp), sep);
396}
397
398#undef SLOT_EMPTY
399#undef SLOT_OCCUPIED

Callers

nothing calls this directly

Calls 3

StrJoinFunction · 0.85
itemsMethod · 0.80
sortMethod · 0.45

Tested by

no test coverage detected