Arrays and Slices
For some complicated reasons that I don’t personally understand, you can’t directly iterate over an array. In other words, this code doesn’t compile:
For some complicated reasons that I don’t personally understand, you can’t directly iterate over an array. In other words, this code doesn’t compile: