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

fix(forEach) Remove forEach second generic on root function #114

Merged
merged 2 commits into from
Apr 2, 2024

Conversation

Harris-Miller
Copy link
Collaborator

Fixes #112

This makes the root forEach function go from 2 generics to 1 generic, which is breaking, but it can't be helped. The inference of an inline function is far more important. Besides, it's rare that anyone should have to set the generic manually.

@Harris-Miller Harris-Miller merged commit 8f1f43f into develop Apr 2, 2024
3 checks passed
@Harris-Miller Harris-Miller deleted the forEach-fix-112 branch April 2, 2024 03:27
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.

forEach requires type parameter
1 participant