HashSet.remove

Undocumented in source.
struct HashSet(K, alias hashFunc = defaultHash!K, alias less = "a < b")
alias remove = removeByElem

Meta