Function aggregate

Wraps up several containers into one.

auto auto aggregate(T...) (
  Container managed,
  string identity,
  T manageds
);

Parameters

NameDescription
managed first container managed by aggregate one
identity identity of container by which it is possible to identify it
manageds a set of containers in pairs of (managed, identity)

Returns

TupleContainer!T