Add an item to the list.
list.push(address(newEntry));
SentinelList
The storage pointer of the list.
address
The entry to be added to the list.
None