Hacker News new | ask | show | jobs
by amedvednikov 1448 days ago
> The specific problem is that V lets you directly adjust the array length without doing anything to ensure that the array capacity is at least as large as the newly-specified length.

This is false.