Array.single
Checks if there is exactly one entry in the array.
Arguments
None
Return values
condition
is TRUE is there is exactly one entry, FALSE otherwise.
Complexity
Constant
Example
Output:
FALSE
FALSE
TRUE
Checks if there is exactly one entry in the array.
None
Constant