hashSet

A quickly hacked together hash set implementation backed by built-in associative arrays to have something to compile Thrift's set<> to until std.container gains something suitable.

  1. class HashSet(E)
  2. auto hashSet(E[] elems)
    hashSet
    (
    E
    )
    ()

Meta