Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

last

🌌Sequence.last

get the last element of this list, panic if list is empty

This may take time in O(count), in particular, it may not terminate
for an infinite list.