Why my code is creating multi dimensional array?
https://media.discordapp.net/attachments/1052995539278508063/1052996047644917810/rn_image_picker_lib_temp_86b83a28-10dd-4192-90d3-126c6e5ed9c7.jpg
#noob Q
11 messages · Page 1 of 1 (latest)
I have no idea what multi dimensional array youre talking about
-code
Please post your code examples and compiler output with code fences (```) around them. Example:
```rust
let (x, y) = (0, 42);
println!("Position at {}, {}", x, y);
```
let (x, y) = (0, 42);
println!("Position at {}, {}", x, y);
If the snippet is long or you want to demonstrate something, consider sharing it through the playground: https://play.rust-lang.org/ or https://www.rustexplorer.com/ or https://paste.rs/web.
Please avoid sharing screenshots of your code, as they're not very accessible. Using code fences or a shared snippet makes the code more readable and allows those helping you to copy-paste the code to help explain things.
I mean 2d array
Which variable do you think is a 2d array? cuz I'm not seeing one in your code.
Variable vc