We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Split from #23
Light-up usage of CompareTo and Equals for spans of chars to make natural string comparisons allocation-free on .NET Core 2.1+.
CompareTo
Equals
Light-up GetHashCode for spans of chars to make it allocation-free on .NET Core 3.0+.
GetHashCode
The text was updated successfully, but these errors were encountered:
Possibly can make use of MemoryExtensions.CompareTo.
MemoryExtensions.CompareTo
Sorry, something went wrong.
StephenCleary
No branches or pull requests
Split from #23
Light-up usage of
CompareTo
andEquals
for spans of chars to make natural string comparisons allocation-free on .NET Core 2.1+.Light-up
GetHashCode
for spans of chars to make it allocation-free on .NET Core 3.0+.The text was updated successfully, but these errors were encountered: