StackImpl.pop

Pops a value from the stack.

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

Return Value

Type: T

The value popped.

Throws

An exception if the stack is empty.

Meta