RedBlack.copyTree

* Return a new subtree containing each value of current subtree

struct RedBlack(V, A = AttributeDummy)
copyTree
(
scope Ref delegate
()
alloc
)

Meta