Stack.clone

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

Return Value

Type: Stack

a (shallow) clone of this stack, on the stack

Meta