Returns last element of list. Given empty list throws InvalidArgument exception. Works in time O(n) and memory O(1).
list Class | Nemerle.Core Namespace