LinkedList.insertFront

Creates a node and places it at the start of the list

class LinkedList(T)
insertFront
()

Meta