Add get slice operator function
Open
feature
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
Should be equivalent to:
```python
.[:] = (arr, start, stop) -> arr[start:stop]
```
Contributor guide
Assessment
This issue has not been assessed yet.