List Indices

Counts out the index of each item in a list (0, 1, 2, and so on), producing a list of numbers with one for each item.

Interface

Inputs

ParameterDetailsPossible Types
List

The list whose items are counted.

Primary Input

ListDyn
Start Index

The number that the count begins from for the first item.

Default: 0

f64

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64[]