Stack.dup

Pushes shallow copy of topmost element

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

Return Value

Type: V

pushed copy

Meta