Homogeneous data structures that process elements in LIFO order.
Elements are added and removed from the same end, commonly referred to as the “top” of the stack.
Stacks are ideal for managing nested or temporary operations.
Array
Stack
_stack_u8