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