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
In order to prevent repeatedly creating Hashmaps with no contents, when a new hashmap is requested, if there are no contents, return a static instance.
This is what immutable.js does.
This may effect some unit tests.
The text was updated successfully, but these errors were encountered:
In order to prevent repeatedly creating Hashmaps with no contents, when a new hashmap is requested, if there are no contents, return a static instance.
This is what immutable.js does.
This may effect some unit tests.
The text was updated successfully, but these errors were encountered: