Last updated 2 years ago
[data/array/Length getter]
Determines the length of the input array. Example:
[1,2]@0 received via array
array
2@0 sent via length
length
Keywords: size
array: any[]
any[]
Recieves array to determine length of. Example: [1,2]
length: number
number
Sends array length. Example: 2