Set.remove

Removes an element from the container. Returns: true if the removal took place.

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

Meta