Set.remove

Remove an element from the set

  1. void remove(E element)
    struct Set(T)
    void
    remove
    (
    E : T
    )
  2. void remove(RANGE elements)

Meta