Stack.empty

struct Stack(T)
const
bool
empty
()

Return Value

Type: bool

True if the stack is empty.

Meta