Removes the last value from the list
LinkedList<int> list = {3, 4, 5, 6}; list.popBase(); //list now contains {4, 5, 6}