Replying to @chrash0@lemmy.world
let foo : String;
In rust the variable name is before its type (which can be omitted if the compiler can infer it).
Replying to @chrash0@lemmy.world
let foo : String;
In rust the variable name is before its type (which can be omitted if the compiler can infer it).