Skip to content
New issue

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

impl. method tyargs inferrence #415

Merged
merged 6 commits into from
Oct 22, 2022
Merged

impl. method tyargs inferrence #415

merged 6 commits into from
Oct 22, 2022

Conversation

yhara
Copy link
Collaborator

@yhara yhara commented Oct 22, 2022

With this PR,

[1,2,3].map<String>{|i| i.to_s}

can just be

[1,2,3].map{|i| i.to_s}

@yhara yhara merged commit e25cdef into main Oct 22, 2022
@yhara yhara deleted the method_tyargs_infer branch October 22, 2022 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant