StackImpl.push

Pushes an element onto the stack.

struct StackImpl(T, bool ownsMemory = true)
@nogc
void
push
()

Parameters

value T

The value to push.

Meta