Variable TupleContainer.containers

List of containers that Tuple container uses.

class TupleContainer
{
  // ...
  T containers ;
  // ...
}