Emptiness tester

[data/array/Emptiness tester]


Tests whether array is empty. Example:

  1. []@0 received via array

  2. 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