chain ->append: value=anyAppend argument at the end of the chain. Although chains are represented
as single linked lists, append is efficient because chains maintain a
pointer to the last cell.
Note that chains may contain duplicates.
- See also
- - chain
->add
- chain->_append