DEV Community

Discussion on: Reinventing wheels with cheats using Rustlang

Collapse
 
jeffrey04 profile image
Choon-Siang Lai

also I kinda miss manipulating list/string like I did in clojure in Rust too lol, but in Rust the preferred way seem to be doing everything in place, rather than returning a new list/string whenever mutation happens.