HashSet.remove

  1. size_t remove(V element, bool all)
  2. bool remove(V element)
  3. size_t remove(IContainer!(V) e)
    class HashSet(V, alias Hash = Container.hash, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
    size_t
    remove

Meta