|
static int | ToUpperInvariant (this global::System.ReadOnlySpan< char > source, global::System.Span< char > destination) |
|
static bool | EndsWith (this global::System.ReadOnlySpan< char > span, global::System.ReadOnlySpan< char > value, global::System.StringComparison comparisonType) |
|
static global::System.Span< T > | AsSpan< T > (this T[] array, int start) |
|
static global::System.ReadOnlySpan< char > | AsSpan (this string text) |
|
static global::System.ReadOnlySpan< char > | AsSpan (this string text, int start) |
|
static global::System.ReadOnlySpan< char > | AsSpan (this string text, int start, int length) |
|
static global::System.ReadOnlySpan< char > | Trim (this global::System.ReadOnlySpan< char > span) |
|
static global::System.ReadOnlySpan< char > | TrimStart (this global::System.ReadOnlySpan< char > span) |
|
static global::System.ReadOnlySpan< char > | TrimEnd (this global::System.ReadOnlySpan< char > span) |
|
static int | IndexOf< T > (this global::System.ReadOnlySpan< T > span, T value) |
|
static int | IndexOfAny< T > (this global::System.ReadOnlySpan< T > span, global::System.ReadOnlySpan< T > values) |
|
static bool | SequenceEqual< T > (this global::System.ReadOnlySpan< T > span, global::System.ReadOnlySpan< T > other) |
|
static bool | StartsWith< T > (this global::System.ReadOnlySpan< T > span, global::System.ReadOnlySpan< T > value) |
|
static bool | EndsWith< T > (this global::System.ReadOnlySpan< T > span, global::System.ReadOnlySpan< T > value) |
|
static global::System.Span< T > | AsSpan< T > (this T[] array, int start, int length) |
|
static void | CopyTo< T > (this T[] source, global::System.Span< T > destination) |
|
Definition at line 12 of file MemoryExtensions.cs.