Add SubArray class
Compare changes
- Stéphane Del Pino authored
src/utils/SubArray.hpp
0 → 100644
+ 78
− 0
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