Emptiness tester
[data/array/Emptiness tester]
Tests whether array is empty. Example:
[]@0 received via
array
true@0 sent via
empyty
Keywords: empty
Input ports
array:
any[]
Receives array to be tested. Example: []
Output ports
empty:
boolean
Sends whether the
array
does not contain any element. Example: true
Last updated