HashSet.this

Creates a HashSet from a compatible range.

struct HashSet(K, alias hashFunc = defaultHash!K, alias less = "a < b")
@safe pure nothrow
this
(
R
)
()

Meta