Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disallowed changing the items within NonEmptyEnumerable. #157

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

KaliCZ
Copy link
Contributor

@KaliCZ KaliCZ commented Oct 12, 2023

No description provided.

return index switch
{
0 => Head,
_ => Tail[index - 1]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't this already throw the argument exception? 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well I suppose it does, but this is what I've found in the dotnet runtime repository in Grouping. If it's good enough for them, it's good enough for me 😄

@KaliCZ KaliCZ merged commit 9ed5460 into master Oct 12, 2023
@KaliCZ KaliCZ deleted the more-safety-for-nonempty-enumerable branch October 12, 2023 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants