The OpenD Programming Language

HashSet.remove

Removes the given item from the set.

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

Return Value

Type: bool

false if the value was not present

Meta