▲ 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; }
[–] anhkagi@jlai.lu 1 point 2 years ago Ok! Thanks for the clarification ! permalink fedilink source parent