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

Add range util function #42

Closed
lukelafountaine opened this issue Nov 17, 2022 · 0 comments
Closed

Add range util function #42

lukelafountaine opened this issue Nov 17, 2022 · 0 comments
Assignees

Comments

@lukelafountaine
Copy link
Contributor

The types for _.range seem fine. But this is a util that I use frequently, so it would be nice to have a non-underscore version of it.

Example:

> _.range(5)
[ 0, 1, 2, 3, 4 ]
jmbutler27 added a commit to jmbutler27/toolbox that referenced this issue Jul 19, 2024
jmbutler27 added a commit to jmbutler27/toolbox that referenced this issue Jul 19, 2024
jmbutler27 added a commit to jmbutler27/toolbox that referenced this issue Jul 22, 2024
onebytegone added a commit that referenced this issue Jul 23, 2024
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

No branches or pull requests

3 participants