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
I'm having trouble converting from HashMap<AnyHashableLuaValue, AnyLuaValue> to AnyLuaValue::LuaArray due to this. Since the first element is the key, I think AnyHashableLuaValue is the correct way to go here.
I'm having trouble converting from
HashMap<AnyHashableLuaValue, AnyLuaValue>toAnyLuaValue::LuaArraydue to this. Since the first element is the key, I thinkAnyHashableLuaValueis the correct way to go here.Thanks!