LinkedList.clear

clears/resets the list. Frees all the occupied memory, & removes all items

class LinkedList(T)
void
clear
()

Meta