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