OrderedSet.find

find an element, null if not found

struct OrderedSet(V, alias _less = "a < b")
inout
inout(V)*
find
(
T
)
(
auto ref const(T) value
)

Meta