OpenHashSet.remove

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

Parameters

item T

the item to remove

Return Value

Type: bool

true if the item was removed, false if it was not present

Meta