HashSet.clear

Removes all items from the set

struct HashSet(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
void
clear
()

Meta