Vala.Collections.Stack.Stack – Valacore Reference Manual
Stack
Description:
public
Stack
()
Creates an empty Stack.
Example:
var
stack =
new
Stack<
string
> ();
assert
(stack.isEmpty ());