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

Same for Nim which uses let and var:

    proc (x: var T)