Container               Container Class
ContainerS3             Container - Enhancing R's list
ContainerS4             S4 methods for Container
Deque                   Deque Class
DequeS3                 Deque - Double-Ended Queue
Dict                    Dict Class
DictS3                  A Dictionary
Iterable                Iterable abstract class interface
Iterator                Iterator Class
OpsArithmetic           Arithmetic Operators
OpsCompare              Comparison Operators
OpsExtract              Extract Parts of a Container
OpsLogic                Logic Operators
OpsReplace              Replace Parts of a Container
OrderedSet              OrderedSet Class
Set                     Set Class
SetS3                   Set and ordered Set
add                     Add Elements to Containers
addleft                 Add Elements to the Left of Deques
at                      Extract Elements Safely
at2                     Extract Single Elements Safely
clear                   Clear a Container
clone                   Clone an Object
container_options       Set Container Package Options
count                   Count Elements
delete                  Delete Container Elements Safely
delete_at               Delete Elements at Indices Safely
deprecated              Deprecated Functions
dict.table              Combining Dict and data.table
discard                 Discard Container Elements
discard_at              Discard Elements at Indices
has                     Check for Element
has_name                Check for Name
is_empty                Check if Object is Empty
iterS3                  Iterate over Sequences
peek                    Peek at Left or Right of a Deque
peek_at                 Peek at Indices
peek_at2                Peek at Single Index
pop                     Get and Remove Element
rename                  Rename Elements Safely
replace                 Replace Values in Containers Safely
replace_at              Replace Values at Indices Safely
rev                     Reverse Elements
rotate                  Rotate Elements
unpack                  Unpack Nested Objects
update                  Update Object with Elements from Another Object
