Sudhansh702
Results
1
issues of
Sudhansh702
This PR addresses the issue where takeWhile() and dropWhile() methods always return ImmutableArrayList. Now, these methods return ImmutableEmptyList when applicable, improving the performance and correctness of the code.