list.rlencode
aliases: [list.wrap]
RLE (run-length encoding) for lists
available since version: 0.1
inlets:
outlets:
- First list: list entries without repetitions. For example 1 1 2 2 2 1 1 becomes 1 2 1
type: control
- Second list: count of entries
type: control
keywords:
list
functional
See also:
[list.rldecode]
Authors: Alex Nadzharov, Serge Poltavsky
License: GPL3 or later