Method EnumerateRunes
EnumerateRunes(ReadOnlyExSpan<char>)
Returns an enumeration of Rune from the provided span.
public static ExSpanRuneEnumerator EnumerateRunes(this ReadOnlyExSpan<char> span)
Parameters
span
ReadOnlyExSpan<char>
Returns
Remarks
Invalid sequences will be represented in the enumeration by ReplacementChar.
EnumerateRunes(ExSpan<char>)
Returns an enumeration of Rune from the provided span.
public static ExSpanRuneEnumerator EnumerateRunes(this ExSpan<char> span)
Parameters
Returns
Remarks
Invalid sequences will be represented in the enumeration by ReplacementChar.