LinkedHashSet.HashType

Undocumented in source.
struct LinkedHashSet(K, alias hashFunc = defaultHash128!(K), alias equal = "a == b")
alias HashType = ReturnType!hashFunc

Meta