A sequential container based on a doubly linked list that allows
location access to elements. Provided method: Access method: first,
last, before, after, **iter**. Addition, deletion and modification
methods: add\_first, add\_last, add\_before, add\_after, delete,
replace. See notes for details... ----By Tjg
