pop.Stack {Containers}R Documentation

Remove the Top Element of a Stack

Description

This method removes and returns the top element of a Stack.

Details

e = aStack$pop()

Value

pop removes and returns the top element of the Stack in question, or returns NULL if the Stack is empty.

Author(s)

John Hughes


[Package Containers version 1.2 Index]