types-linq
types-linq copied to clipboard
Standard sequence helper algorithms with full typing support
Results
1
types-linq issues
Sort by
recently updated
recently updated
newest added
the current implementation leads to O(n^2) algorithms for some methods like .distinct() if the input is bad (unhashable). I would like to improve this part