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