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

fillBeetwen #1

Open
Hokid opened this issue Apr 26, 2018 · 0 comments
Open

fillBeetwen #1

Hokid opened this issue Apr 26, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Hokid
Copy link
Member

Hokid commented Apr 26, 2018

Fill array with numbers beetwen start and end endpoints

Function: fillBeetwen(intervals, step)

fill([[1,3]], 1) // [[1,2,3]]
fill([[1,3],[5,7]], 1) // [[1,2,3],[5,6,7]]
@Hokid Hokid added the enhancement New feature or request label Apr 26, 2018
@Hokid Hokid self-assigned this Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant