Add an item to the list and initialize it if it is not initialized.
list.safePush(address(newEntry));
SentinelList
The storage pointer of the list.
address
The entry to be added to the list.
None