You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FrozenArray doesn't specify any restrictions on its element type, but if it contains a sequence of dictionaries, those dictionaries might be modifiable. It'd be nice to be able to specify that the contents of the FrozenArray are recursively frozen.
FrozenArraydoesn't specify any restrictions on its element type, but if it contains a sequence of dictionaries, those dictionaries might be modifiable. It'd be nice to be able to specify that the contents of theFrozenArrayare recursively frozen.