Breaking Updates
- Remove MAX_ARGUMENTS_LENGTH as it is not always a constant. More details here.
- Move utils in src/collection/ to src/utils/
- Move MAX_ARRAY_LENGTH from ArrayUtils to env namespace
Updates
- Add env namespace
- Replace MAX_ARGUMENTS_LENGTH with env.getMaxArgumentsLength()