Stack.opOpAssign

struct Stack(T)
void
opOpAssign
(
string op : "~"
)
()

Parameters

item T

Item that will be pushed to the top of the stack.

Meta