-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update operators to use
IReadOnlyList<>
(#599)
* Update `Split` to use `IReadOnlyList<>` as return type * Update `Segment` to use `IReadOnlyList<>` * Update `GroupAdjacent` to use `IReadOnlyList<>`
- Loading branch information
1 parent
ac62852
commit c7e6913
Showing
16 changed files
with
445 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 43 additions & 3 deletions
46
Source/SuperLinq.Async/PublicAPI/net6.0/PublicAPI.Unshipped.txt
Large diffs are not rendered by default.
Oops, something went wrong.
46 changes: 43 additions & 3 deletions
46
Source/SuperLinq.Async/PublicAPI/net7.0/PublicAPI.Unshipped.txt
Large diffs are not rendered by default.
Oops, something went wrong.
46 changes: 43 additions & 3 deletions
46
Source/SuperLinq.Async/PublicAPI/net8.0/PublicAPI.Unshipped.txt
Large diffs are not rendered by default.
Oops, something went wrong.
46 changes: 43 additions & 3 deletions
46
Source/SuperLinq.Async/PublicAPI/netcoreapp3.1/PublicAPI.Unshipped.txt
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.