@lang:slice
Extract a section of an array.
Returns: array
Syntax
Section titled “Syntax”@lang:slice(value start end?)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
value | array | Input value |
start | number | Start index (inclusive) |
[end] | number | End index (exclusive) |