container

Wraps up several containers into one.

@safe
container
(
T...
)
if (
allSatisfy!(partialSuffixed!(isDerived, Container), T)
)

Parameters

containers T

a list of containers to be used together

Return Value

Type: auto

TupleContainer!T

Meta