-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Audit MemoryExtensions.IndexOf variants (#75754)
* Add missing char specialisation to LastIndexOf(Span, ROS) This method is updated to match LastIndexOf(ROS, ROS) * Forward LastIndexOfAny(Span, ROS) to (ROS, ROS) version This is consistent with IndexOfAny(Span, ROS) * Add missing special cases for {Last}IndexOfAny<byte>(ROS, ROS)
- Loading branch information
Showing
1 changed file
with
95 additions
and
47 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