Add SubArray class
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
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
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.