Comment by CooCooCaCha
Comment by CooCooCaCha 3 days ago
This is exactly why I find the language unintuitive. I don't understand why they made the choices they made. For example, why curly brackets?
I find the rust equivalent much more intuitive `let a: [i32; 3] = [1, 2, 3];`
It’s targeting C/C++ programmers accustomed to initializer lists in C/C++.