Selects a subset of the matched elements.
Behaves exactly like the built-in Array slice method. (Negative values are allowed)
Arguments:
| start | Integer | |
|---|---|---|
| Where to start the subset. The first element is at zero. Can be negative to start from the end of the selection. | ||
| end (Optional) | Integer | |
| Where to end the subset (does not include the end element itself). If unspecified, ends at the end of the selection. | ||
Examples:
| Name | Type |
|---|
