-
Notifications
You must be signed in to change notification settings - Fork 274
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
Reduce must return an interface to support multiple type #50
Labels
Comments
You are right, it seems the |
thoas
changed the title
Reduce must return float64 ?
Reduce must return an interface to support multiple type
Nov 8, 2018
Taking this up @thoas |
vellotis
added a commit
to vellotis/go-funk
that referenced
this issue
Mar 10, 2021
vellotis
added a commit
to vellotis/go-funk
that referenced
this issue
Mar 10, 2021
vellotis
added a commit
to vellotis/go-funk
that referenced
this issue
Mar 10, 2021
Merged
This was referenced Mar 12, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi I would like to use Reduce function but it seems that output result must be always float64, so no Map or Array or whatever else is supported? I am completely new to Go maybe I am missing something. Thank you for your help.
The text was updated successfully, but these errors were encountered: