list.apply_to
modifies list value at specified position, filtering it via external object
available since version: 0.1
arguments:
- INDEXES
apply index(es) (starting from 0). Negative value means position from end of
the list. For example: '-1' means last element.
type: list
properties:
- @indexes
Get/set applied index(es)
type: list
inlets:
- Input list. If no element found by specified index - list passed without changes
type: control
- set apply index(es)
type: control
- return value from applied object
type: control
outlets:
- new modified list
type: control
- element at given index. Should be passed to applied object
type: control
keywords:
list
functional
apply
See also:
[list.each]
Authors: Serge Poltavsky
License: GPL3 or later