Stack

interface Stack<X>

Simple Stack interface with additional methods for the aggregate computation.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun alignRaw(token: X?)

Pushes the token in the stack.

Link copied to clipboard
abstract fun currentPath(): Path

Returns the current path of the stack.

Link copied to clipboard
abstract fun dealign()

Pops the last element of the stack.