We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0$ dao -e 'm={->}; m["a"]=0, m["b"]=5; if ("a" in m) io.writeln(true) else io.writeln(false); io.writeln(m)' false { "a" -> 0, "b" -> 5 } = none
0$ dao -e 'm={->}; m["a"]=0, m["b"]=5; if ("a" in (map<string, any>)m) io.writeln(true) else io.writeln(false); io.writeln(m)' true { "a" -> 0, "b" -> 5 } = none
The text was updated successfully, but these errors were encountered:
==
There was a minor bug in checking the key types before searching the key. Fixed.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: