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

IntegerArray #184

Closed
cicirello opened this issue Apr 18, 2023 · 0 comments · Fixed by #187
Closed

IntegerArray #184

cicirello opened this issue Apr 18, 2023 · 0 comments · Fixed by #187
Labels
enhancement New feature or request

Comments

@cicirello
Copy link
Owner

Summary

Add a class IntegerArray similar to the IntegerList class but with fixed length internal array. Include 2 constructors, one with length for array, and another with the array itself. In the latter case, one can alter contents either with class methods or directly. Essentially enables adding list-like methods to an array, such as add, etc.

@cicirello cicirello added the enhancement New feature or request label Apr 18, 2023
@cicirello cicirello mentioned this issue Apr 21, 2023
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant