LinkedList.empty
Checks if the list is empty.
Arguments
None
Return values
condition
is TRUE if there are no entries in the list, FALSE otherwise.
Complexity
Constant
Example
Output:
FALSE
TRUE
Checks if the list is empty.
None
Constant