HashSet.Backend

Undocumented in source.
struct HashSet(K, alias hashFunc = defaultHash!K, alias less = "a < b")
alias Backend = TreeMap!(HashType, void, true, less)

Meta