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

Array to Dictionary Conversion: Overload Without Offset and OneBased #63

Open
ColmBhandal opened this issue Jul 6, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@ColmBhandal
Copy link
Owner

Requirement

Add one-based versions of the various conversion functions from array to dictionary types. Add overloads that don't require an offset parameter and instead set it to a default.

Value Proposition

Usually we don't care about the offset parameter and just want to start at either zero for a regular array or 1 for a one-based array.

Design Ideas

Note: the one-based offsets will be incremented by 1 when passed down to the zero-based backing functions, so that the dictionaries created are 1-based.

@ColmBhandal ColmBhandal added the enhancement New feature or request label Jul 6, 2020
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