We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41cfe6 commit 73a7fc0Copy full SHA for 73a7fc0
src/WattleScript.Interpreter/DataTypes/DynValue.cs
@@ -14,7 +14,7 @@ namespace WattleScript.Interpreter
14
/// A class representing a value in a Lua/WattleScript script.
15
/// </summary>
16
[StructLayout(LayoutKind.Explicit)]
17
- public struct DynValue
+ public struct DynValue : IEquatable<DynValue>
18
{
19
private static readonly object m_NumberTag = new object();
20
[FieldOffset(0)]
0 commit comments