LinkedList.popBack
Deletes the last entry from the list. If the list is empty, an error will occur.
Arguments
None
Return values
None
Complexity
Constant
Example
Output:
1,2,0,5,Hello,
Deletes the last entry from the list. If the list is empty, an error will occur.
None
None
Constant