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
* Add AsyncSeq.last, item, tryItem
- AsyncSeq.last: returns the last element; raises InvalidOperationException if empty, mirroring Seq.last
- AsyncSeq.item: returns element at given index; raises ArgumentException if out of bounds, mirroring Seq.item
- AsyncSeq.tryItem: returns element at given index as option, or None if out of bounds, mirroring Seq.tryItem
11 new tests; 267 total pass.
Co-authored-by: Copilot <[email protected]>
* ci: trigger CI checks
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Don Syme <[email protected]>
0 commit comments