Stack
Associated Functions for the Stack type
Built-in associated functions for the Stack<T, N> type.
A LIFO (last-in, first-out) stack with fixed capacity.
For associated functions like push, pop, len, is_empty, clear, etc., see Vec associated functions and Sequential associated functions.