Avatar
shadowingとして筋は通せる
Rust 思い出した。↓とか。 fn main() { let x = 5; let x = x + 1; let x = x * 2; println!("The value of x is: {}", x); } https://doc.rust-lang.org/book/ch03-01-variables-and-mutability.html#shadowing