RedBlack.set

* Make a new Cell with given value, null links, and BLACK color. * Normally only called to establish a new root.

  1. Ref set(V v, A a)
  2. Ref set(V v)
    struct RedBlack(V, A = AttributeDummy)
    final
    set
    (
    V v
    )

Meta