The OpenD Programming Language

HashSet.clear

Removes all items from the set

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

Meta