LinkedList.pushFront
Appends a value to the beginning of the list.
Arguments
The
value
to append.
Return values
None
Complexity
Constant
Example
Output:
43,1,2,0,5,Hello,0.300000,
Appends a value to the beginning of the list.
The
None
Constant