OpenHashSet.clear

Removes all items from the hash set.

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

Meta