RedBlack.dup

* Return a new Ref with same value and color as self, * but with null links. (Since it is never OK to have * multiple identical links in a RB tree.)

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

Meta