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
Assuming you have e.g. a HashMap<&'static str, String>, it seems like it should be possible to translate this HashMap into a table and call a Lua function with it as the argument, all without cloning the HashMap. (I might be completely misunderstanding here, of course.)
Is there a way to do that?
The text was updated successfully, but these errors were encountered:
Assuming you have e.g. a
HashMap<&'static str, String>
, it seems like it should be possible to translate thisHashMap
into a table and call a Lua function with it as the argument, all without cloning theHashMap
. (I might be completely misunderstanding here, of course.)Is there a way to do that?
The text was updated successfully, but these errors were encountered: