Inserting and Removing Other Collections
You can use these functions to respectively insert or remove the contents of their argument.
 
void operator+=(const RWCollection&);
void operator-=(const RWCollection&);