RBTree.bestfit

Find the smallest item that is larger than the test.

struct RBTree(N, alias compare, string NodeName = "node")
N*
bestfit
(
N* test
)

Meta