| Did you know ... | Search Documentation: |
| chain<-copy |
When the receiver is a subclass of chain, the resulting chain will be an instance of the same (sub)class: an instance of this subclass is created with no arguments, after which the append behaviour of class chain is used to append the elements.
Bugs: Creating copies of subclasses is ill-defined.