Recompile
This commit is contained in:
parent
84f3ae76ab
commit
26f38550ae
@ -326,6 +326,7 @@ local compliments = setmetatable({ }, {
|
|||||||
__mode = 'k'
|
__mode = 'k'
|
||||||
})
|
})
|
||||||
_undict_mt = {
|
_undict_mt = {
|
||||||
|
__type = "an Inverse Dict",
|
||||||
__index = function(self, k)
|
__index = function(self, k)
|
||||||
return not compliments[self][k] and true or nil
|
return not compliments[self][k] and true or nil
|
||||||
end,
|
end,
|
||||||
|
Loading…
Reference in New Issue
Block a user