Length getter

[data/array/Length getter]


Determines the length of the input array. Example:

  1. [1,2]@0 received via array

  2. 2@0 sent via length


Keywords: size

Input ports

  • array: any[]

    Recieves array to determine length of. Example: [1,2]

Output ports

  • length: number

    Sends array length. Example: 2

Last updated