Index access

library operator
ID: ea85366f-4046-4955-bb0e-391d27bf477d
Selects the n-th item in a stream of generic items, n being the index.

Implementation

The implementation of Index access makes use of the following 6 operators.

1
Evaluates an expression.
1
Emits a constant value for each item.
1
Emits true if number A equals number B.
1
Uses an iterator delegate to aggregate items of a stream.
2
Emits a constant value for each item.

Used in

The Index access operator is used by 1 operators.

Emits the median number of a stream of numbers.