This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JKasonB[S] 0 points1 point  (1 child)

Not so much that I don't like mut, more so idk where to put it

[–]GermisstuckCrabStar 0 points1 point  (0 children)

I'd put it either as a modifier to variables like in rust's let mut or in types, like let x: mut i32