Y
Hacker News
new
|
ask
|
show
|
jobs
by
jerryluc
1876 days ago
In rust it played out well due to the usage of mut in other places. As in:
fn (&mut T)
1 comments
dom96
1876 days ago
Same for Nim which uses let and var:
proc (x: var T)
link