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
It looks like the Strings struct has a get_id() method, which perhaps is what I'm looking for, but it's not exposed, maybe for a good reason. A helper for smooth brains like myself to safely get the StringId of a DexString would be helpful.
It looks like the
Stringsstruct has aget_id()method, which perhaps is what I'm looking for, but it's not exposed, maybe for a good reason. A helper for smooth brains like myself to safely get theStringIdof aDexStringwould be helpful.