Clink.set

Set to point to n as next cell and p as the prior cell

param: n, the new next cell param: p, the new prior cell

  1. Ref set(V v)
  2. Ref set(V v, Ref p, Ref n)
    struct Clink(V)
    set
    (
    V v
    ,,)

Meta