OrderedSet.findApprox

private helper, null if set is empty

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

Meta