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