Clink.addPrev

* make a node holding v, link it before the current cell, and return it

struct Clink(V)
addPrev
(
V v
,
scope Ref delegate
()
alloc
)

Meta