Skip to content

Add SubArray class

Stéphane Del Pino requested to merge feature/item-array into develop

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

Merge request reports