thrift.util.hashset

Undocumented in source.

Members

Classes

HashSet
class HashSet(E)
hashSet
auto hashSet(E[] elems)

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.

Functions

Structs

Void
struct Void
Undocumented in source.

Meta