Check if the linked list has already been initialized.
Usage
bool isInitialized = list.alreadyInitialized();
Parameters
self
The storage pointer of the list.
Returns
isInitialized
Returns true if the list has already been initialized and false otherwise.