Nemerle Documentation

list.Last Property

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

public object Last {get;}

See Also

list Class | Nemerle.Core Namespace