LinkedHashSet.remove

Undocumented in source.
struct LinkedHashSet(K, alias hashFunc = defaultHash128!(K), alias equal = "a == b")
alias remove = removeByElem

Meta