SetImpl.clearContents

Removes all elements from the set.

struct SetImpl(K, alias less = (a, b) => a < b, bool allowDuplicates = false, bool ownsMemory = false)
@nogc @trusted
void
clearContents
()

Meta