Yes can be, immutable by default but at the same time giving the option to developers of make some value mutable, similar at how mut keyword work in Rust, I like that approach, in this way you can work with mutable data but immutability would be the main paradigm in this issue
Yes can be, immutable by default but at the same time giving the option to developers of make some value mutable, similar at how
mutkeyword work in Rust, I like that approach, in this way you can work with mutable data but immutability would be the main paradigm in this issueMakes sense. Iād like that feature in JS.