list.len
Length of a list
list.len(input): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
input | list | The input list to be evaluated. Bang reports length of last received list. |
Returns
Name | Type | Description |
---|---|---|
out1 | number | Reports the length of the input list (total number of elements). |