RBNode.dup

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Node dup(Node delegate(V v) alloc)
    struct RBNode(V)
    dup
    (
    scope Node delegate
    (
    V v
    )
    alloc
    )
  2. Node dup()

Meta