list.split
splits list into two parts, the length of first list is specified by the argument
доступно с версии: 0.1
аргументы:
- AT
size of first list. The size of the list on the second output is the size of
input list - this value
тип: int
свойства:
- @at
Запросить/установить split point
тип: int
минимальное значение: 0
по умолчанию: 0
входы:
выходы:
- first sub-list of given size
тип: control
- second sub-list
тип: control
ключевые слова:
list
split
moses
Смотрите также:
[list.at]
Авторы: Alex Nadzharov, Serge Poltavsky
Лицензия: GPL3 or later