HashSet.add

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void add(T el, ADV value)
  2. void add(T el, ADV value)
    struct HashSet(T, alias hashFunc = defaultHashFunc, ADV...)
    void
    add
    (
    ref T el
    ,
    ADV value
    )

Meta