Add SubArray class
Compare changes
- Stéphane Del Pino authored
+ 5
− 0
@@ -57,6 +57,11 @@ class [[nodiscard]] SubArray
This allow to manipulate contiguous sub parts of arrays in the same way as arrays themselves
Note that for performances reasons, SubArray cannot be Array