gods
gods copied to clipboard
Remove unnecessary comparable type constraints from data structures
Close https://github.com/emirpasic/gods/issues/243.
Some data structures support custom comparators. In these cases, the generic type constraint does not need to be comparable. This PR removes the unnecessary comparable type constraints from these data structures.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
I also need this if I want to migrate to the v2. When can we expect a review?
@emirpasic Could you please review and consider merging it soon?