> ## Documentation Index
> Fetch the complete documentation index at: https://tspmo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Collections.pmo

> All collection types listed here are importable individually, but if you need many, utilize this library.

## Stack.pmo

### `STACK` -> stack

Create a new stack

### `s.pop` \[x: stack] -> any

Pop and return the top item from the stack

### `s.push` \[x: stack] \[v: value]

Push v onto stack x
