Set.this

constructor that gets content from arbitrary range

struct Set(V)
this
(
Stuff
)
(
Stuff data
)
if (
isInputRange!Stuff &&
is(ElementType!Stuff : V)
)

Meta