LinkedHashSet.this

Creates a LinkedHashSet from a compatible range.

struct LinkedHashSet(K, alias hashFunc = defaultHash128!(K), alias equal = "a == b")
@safe pure nothrow
this
(
R
)
()

Meta