5 ms·
I'm not an expert, but I think... Your ref can't be unassigned. There are no null pointers.
by lbarrett 11y ago
I'm not an expert, but I think...
Your ref can't be unassigned. There are no null pointers.
- steveklabnik 11y agoYou 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.