You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: Add comprehensive test for LazyCollection::after method
This commit adds a test for the LazyCollection after() method covering
three key scenarios:
- Finding the next item with non-strict comparison
- Finding the next item with strict comparison
- Finding the next item using a callback function
0 commit comments