Buffer Slice#
It is similar to the ArraySlice in which a start position input and a count is received and it returns a Buffer that contains the original object from the start position, until the start position plus the count input.
Settings#
| Name | Data Type | Description |
|---|---|---|
| start | Integer | First position to include (0 means the first element of the array) |
| count | Integer | Number of positions to slice |
