RLimit¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The input sequence to truncate. | [Any] | ||
| Output ➡️ | The truncated sequence containing the last 'Max' elements, or a single element if Max is 1. | Any | ||
| Max | No | The maximum number of elements to take from the end of the input sequence. | 0 | Int | 
This shard truncates the input sequence to the last specified number of elements (Max) and outputs the truncated sequence. If Max is set to 1, it outputs a single element.