Set.clearContents

Removes all elements from the set.

struct Set(K, alias less = "a < b", bool allowDuplicates = false)
public nothrow @nogc
void
clearContents
()

Meta