Posts by Guilherme Augusto • 73 points
1 post
-
6
votes2
answers1288
viewsQ: What do "re:" and "im:" mean in Rust?
I want to know what re and im mean/do let mut z = Complex { re: 0.0, im: 0,0 }; I’m learning Rust by the book Programming Rust and this re: and im: it must have appeared before, but only now have I…