Skip to content

[feature] immutable Lists and Maps #22

@RiedleroD

Description

@RiedleroD

there should be a way to declare a list immutable. For example, a new keyword immutable could do the job. Or maybe extra ImmutableList and ImmutableMap types.

As I understand it, declaring a list final only means you can't assign a new list to the variable, while still being able to change the contents of the list. idk man the docs are ass

Metadata

Metadata

Assignees

Labels

analyzerThis issue is related to the analyzercompilerThis has to do with the bytecode compilerdocumentationImprovements or additions to documentationenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions