OrderedSet.findNode

private helper, null if not found

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

Meta