-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ConstMap and ConstSet #3
Comments
I thought about it, I was planning in doing them as followup |
They don't seem strictly necessary right now, as they could be represented (possibly suboptimally) as const arrays. Having |
The README now mentions const Map and Set as things that can be explored in a follow-on: https://github.com/rricard/proposal-const-value-types#are-there-any-follow-up-proposals-being-considered Can we close this issue? |
It may be useful to have deeply immutable Map and Set types. Should these be included in this proposal? Or a follow-on?
The text was updated successfully, but these errors were encountered: