Stack.dup

Push and return a (shallow) copy of the topmost element

struct Stack(V, int Size = 0)
@property
V
dup
()

Meta