Thun/docs/reference/first_two.md

25 lines
311 B
Markdown

------------------------------------------------------------------------
## first_two
Function
Replace a list with its first two items.
[a b ...] first_two
-------------------------
a b
### Definition
> [uncons] [first]
### Crosslinks
[first]
[second]
[third]
[fourth]
[rest]