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
(needed an issue number for tests)
Allow this:
function main() { var a:A<_,Int>; $type(a); // A<String,Int> } typedef A<K = String, V> = haxe.ds.BalancedTree<K,V>;
The text was updated successfully, but these errors were encountered:
Uhm, did we agree to do this? I can't remember...
Sorry, something went wrong.
Well, I did agree with myself there 😁
iirc you were mostly worried about that syntax being potentially useful for something else, but I don't remember what
Random idea: A<default, Int>.
A<default, Int>
Successfully merging a pull request may close this issue.
(needed an issue number for tests)
Allow this:
The text was updated successfully, but these errors were encountered: