OrderedSet.opIn_r

struct OrderedSet(V, alias _less = "a < b")
const
bool
opIn_r
(
T
)
(
auto ref const(T) value
)
if (
is(typeof(less(T.init, V.init)))
)

Return Value

Type: bool

true if value is found in the set

Meta