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
Map is an abstract so Std.is won't work on it, need to be fixed:
tink_validation/src/tink/validation/macro/GenExtractor.hx
Line 37 in a68819a
The text was updated successfully, but these errors were encountered:
You can check against haxe.Constraints.IMap or whatever it's called. And don't forget to use the k and v to check the contents ;)
haxe.Constraints.IMap
k
v
Sorry, something went wrong.
No branches or pull requests
Map is an abstract so Std.is won't work on it, need to be fixed:
tink_validation/src/tink/validation/macro/GenExtractor.hx
Line 37 in a68819a
The text was updated successfully, but these errors were encountered: