let mut variable: Type; loop { variable = value; }
or
loop { let variable: Type = value; }
Fascinating! Thank you for sharing this.
Fascinating! Thank you for sharing this.