carbon-lang
carbon-lang copied to clipboard
Modify the contents of arrays and slices that update the README.md documentation
Some of the array and slice documents are not specific, I added to explain the principle and use of [i32;N], and a[i] = 2; This is not specific, if you access the array subscript in the array, i is a number, like a[1] = 2;