Documentation Index
Fetch the complete documentation index at: https://tspmo.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Stdlib
List.pmo
A collection of useful methods for dealing with lists in tspmo
A collection of useful methods for dealing with lists in tspmo
Documentation Index
Fetch the complete documentation index at: https://tspmo.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
pop [x: list] -> anyswap [x: list] [i: int] [j: int]popi [x: list] [i: int] -> anypeek [x: list] -> anysnip [x: list] [len: int] -> listsort [x: list]i.mean [x: list] -> intf.mean [x: list] -> floatmin [x: list] -> int, floatmax [x: list] -> int, float