HashSet.HashType

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

Meta