|
static int | IndexOfAny (byte searchSpace, int searchSpaceLength, byte value, int valueLength) |
|
static int | IndexOf (byte searchSpace, byte value, int length) |
|
static unsafe bool | SequenceEqual (byte first, byte second, ulong length) |
|
static unsafe int | SequenceCompareTo (char first, int firstLength, char second, int secondLength) |
|
static int | IndexOf (char searchSpace, char value, int length) |
|
static int | LastIndexOf (char searchSpace, char value, int length) |
|
static int | IndexOf< T > (T searchSpace, T value, int length) |
|
static int | IndexOfAny< T > (T searchSpace, int searchSpaceLength, T value, int valueLength) |
|
static bool | SequenceEqual< T > (T first, T second, int length) |
|
static bool | EndsWithCultureHelper (ReadOnlySpan< char > span, ReadOnlySpan< char > value, CompareInfo compareInfo) |
|
static bool | EndsWithCultureIgnoreCaseHelper (ReadOnlySpan< char > span, ReadOnlySpan< char > value, CompareInfo compareInfo) |
|
static bool | EndsWithOrdinalIgnoreCaseHelper (ReadOnlySpan< char > span, ReadOnlySpan< char > value) |
|
static void | ClearWithoutReferences (byte b, ulong byteLength) |
|
static void | ClearWithReferences (IntPtr ip, ulong pointerSizeLength) |
|
Definition at line 9 of file SpanHelpers.cs.