Set.remove

Removes an element from the container.

struct Set(K, alias less = "a < b", bool allowDuplicates = false)
public nothrow @nogc
bool
remove
(
K key
)

Return Value

Type: bool

true if the removal took place.

Meta