Open
Description
I don't see any note in the document whether those immutable data structures can contain mutable items in them or not. I would personally advocate against allowing that since:
- That would make a lot of otherwise possible optimization impossible.
- If it's immutable all the way there is a possibility of cheap transfer of them over workers (or why not even sharing).
Metadata
Metadata
Assignees
Labels
No labels