Set.find

struct Set(V)
inout
inout(V)*
find
(
T
)
(
auto ref const(T) value
)
if (
is(typeof(T.init == V.init))
)

Return Value

Type: inout(V)*

pointer to value inside set, null if not found

Meta