Closed ldemailly closed 3 months ago
You are only testing what is expected to work and not the possible error such as a[10+2]
a[10+2] is fine (it's a[12]) but if you mean out of bounds check, sure, though I was wondering if I should make them work at least in term of growing the arrays
Yes, I'm thinking about out of bound, as 10 is not defined in you example of a with a few items.
Fixes #16