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
We need a way to check if key is in the UstrMap without actually creating ustr,
think of a user input and i want to check if the search term is in the map i will need to keep this user input string in memory forever
If we had a way to check without creating the ustr in memory it would have been perfect
The text was updated successfully, but these errors were encountered:
We need a way to check if key is in the UstrMap without actually creating ustr,
think of a user input and i want to check if the search term is in the map i will need to keep this user input string in memory forever
If we had a way to check without creating the ustr in memory it would have been perfect
The text was updated successfully, but these errors were encountered: