-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Add generics to ArrayHelpers type #911
Comments
Hola! So here's the deal, between open source and my day job and life and what not, I have a lot to manage, so I use a GitHub bot to automate a few things here and there. This particular GitHub bot is going to mark this as stale because it has not had recent activity for a while. It will be closed if no further activity occurs in a few days. Do not take this personally--seriously--this is a completely automated action. If this is a mistake, just make a comment, DM me, send a carrier pidgeon, or a smoke signal. |
@jaredpalmer just wondering if this is something you'd like me to work on. Happy to do it (or not do it). 😄 |
I also would like this. Currently I'm trying to figure out some type hijinks to force I was coming here to offer to make my own PR about this issue, but found this currently existing. I know you're in the thick of v2 prep but let me or @nzacca know if you'd like a PR for this @jaredpalmer |
Made a PR at #1982 |
Current Behavior
The current
ArrayHelpers
type does not use generics in its type.Desired Behavior
It would be nice if the ArrayHelpers added generics so that we could type check the inner methods as well.
Suggested Solution
Who does this impact? Who is this for?
I'm willing to submit a PR for this if this sounds ok.
The text was updated successfully, but these errors were encountered: