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