▲ 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] -8 points 2 years ago That's what I thought. permalink fedilink source parent