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
E.g. if we have a map: Map<String, _>, it would be nice to be able to access values using something like self.map.get(&mut storage, "mykey"), without the extra allocation/cloning.