Closed joelverhagen closed 9 months ago
I started working on this and got struck on behavior I don't understand. Tuple
returns a string representation of its content as the hash code. And some base types return non-integers as their hash code (https://github.com/yanghuan/CSharp.lua/issues/477).
I think this is confusing because from the user's perspective (the user of CSharp.Lua) a KVP is not user-defined.
Repro:
Error: