ArraySet needs refactoring #9
Labels
No Label
Documentated
Implemented
Tested
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Speiger/Primitive-Collections#9
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The ArraySet implementation isn't as optimal as it should be. It passes the tests and works fine otherwise, but some functions do not return expected results, though these are usually less used implementations. (SubSet/HeadSet/TailSet)
A whole refactor of that class has to be made to fix foundation issues with the implementation and to setup a rulesheet how a implementation should work.
Known issues: