Element - t
- Tail
Characters:
t
Description
Last item
Overloads
any
-a[-1] (last item)
Examples
`hello` t
=`o`
⟨1|2|3⟩ t
=3
t
- TailCharacters:
t
Last item
any
- a[-1] (last item)
`hello` t
=
`o`
⟨1|2|3⟩ t
=
3