▲ 11 ▼ Which is faster? (lemmings.world) submitted 2 years ago* by commander@lemmings.world to c/rust@lemmy.ml 12 comments fedilink hide all child comments let mut variable: Type; loop { variable = value; } or loop { let variable: Type = value; }
[–] commander@lemmings.world [S] 5 points 2 years ago Fascinating! Thank you for sharing this. permalink fedilink source parent