On reading the docs, I wonder if immutable variables and const globals can be merged as a concept?
I realize the consts can be fun complex 'structs', and have features that maybe immutable variables can't? -- No mutable globals is good. But still, is there a deeper reason to not merge const/immutable
On reading the docs, I wonder if immutable variables and const globals can be merged as a concept?
I realize the consts can be fun complex 'structs', and have features that maybe immutable variables can't? -- No mutable globals is good. But still, is there a deeper reason to not merge const/immutable