list.split
divides the list into two parts at the specified index position
available since version: 0.1

arguments:
- AT
size of first list. The size of the list on the second output is the size of
input list - this value
type: int
properties:
- @at
Get/set split point
type: int
min value: 0
default: 0
inlets:
outlets:
- first sub-list of given size
type: control
- second sub-list
type: control
keywords:
list
split
moses
See also:
[list.at]
Authors: Alex Nadzharov, Serge Poltavsky
License: GPL3 or later