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