aggregate

Wraps up several containers into one.

@safe
aggregate
(
T...
)
(
Container managed
,
string identity
,)

Parameters

managed Container

first container managed by aggregate one

identity string

identity of container by which it is possible to identify it

manageds T

a set of containers in pairs of (managed, identity)

Return Value

Type: auto

TupleContainer!T

Meta