Closed Clonkk closed 3 years ago
This PR makes the essential Slicing syntax work. The test_accessors_slicer are green. Explicit negative step are disallowed.
TODO : Some corner case may raise C++ exception that should either be Nim exception or CT error
@HugoGranstrom , @Vindaar, I'll merge this and open a new PR that adresses the (excellent) remark of @HugoGranstrom , if that's fine with you :).
The next PR should add a CI
This PR makes the essential Slicing syntax work. The test_accessors_slicer are green. Explicit negative step are disallowed.
TODO : Some corner case may raise C++ exception that should either be Nim exception or CT error