TotalContainer.dup

Returns a duplicate of the container. The elements themselves are not transitively duplicated.

Complexity: O(n).

struct TotalContainer(T)
@property
dup
()

Meta