Table.dup

mixintemplate Table(Container, KeyType, SlotType, Allocator, alias CallGCRange)
@trusted const nothrow
Container
dup
()

Return Value

Type: Container

a new Container of the same size and copy the contents of Container into it.

Meta