-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Manage an array state with utility functions for common operations.
Acceptance Criteria
- Accepts an initial array as a parameter
- Returns the current array state
- Provides methods to:
- Add a new item
- Remove an item by index
- Clear the array
- Replace the entire array
- Ensures immutability of the original array
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request