equisized_antonyms
equisized_antonyms copied to clipboard
`fst`/`snd`
Another one: fst
/snd
(first/second)
Example usage: https://hackage.haskell.org/package/base/docs/Data-Tuple.html
EDIT: There's also fst
/lst
(first/last), so maybe: fst
/snd
/lst
(first/second/last)
Make a PR