Set.findNode

private helper, null if not found

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

Meta