Y
Hacker News
new
|
ask
|
show
|
jobs
by
steveklabnik
4050 days ago
You can define a binding without the value it's bound to:
let x: i32;
But you have to assign to it before you can use it.