The smart pointers Rc and Arc provide reference counting. What is the API for incrementing a reference count?
.increment()
.add()
.clone()
.incr()