Set.opIn_r

struct Set(V)
const
bool
opIn_r
(
T
)
(
auto ref const(T) value
)
if (
is(typeof(T.init == V.init))
)

Return Value

Type: bool

true if value is found in the set

Meta