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

feat: add mapDistribute function #462

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

albertossilva
Copy link

This new function makes the developer's life easier while distributing values into arrays.

The main use case is that distribution sometimes will happen into a value to generate installments, this is covered by distribute method.
In this PR the idea is to cover a second important use case, that is distributing a value over an previous list of elements.

This new function makes the developer's life easier while distributing values into arrays.
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.

None yet

1 participant