LinkedList.last
Returns the last entry of the list.
Arguments
None
Return values
value
of the last entry, empty if there are no entries in the list.
Complexity
Constant
Example
Output:
0.30000
Returns the last entry of the list.
None
Constant