Thun/docs/reference/of.md

23 lines
282 B
Markdown

------------------------------------------------------------------------
## of
Function
Like [getitem] but [swap]s the order of arguments.
### Example
2 [a b c d] of
--------------------
c
### Definition
> [swap] [getitem]
### Crosslinks
[getitem]