list.ecils
Slices a list in reverse order. (similar to zl.ecils)
list.ecils(input, size): [out1, out2]
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
input | list | The input list to split into two slices. | |
size | number | The size in number of items of the right slice. |
Returns
Name | Type | Description |
---|---|---|
out1 | list | A list composed of all of the items in the second slice of the list. |
out2 | list | A list of up to length |