Table of Contents

Method EnumerateRunes

Namespace
Zyl.ExSpans
Assembly
ExSpans.dll

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

ExSpanRuneEnumerator

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

span ExSpan<char>

Returns

ExSpanRuneEnumerator

Remarks

Invalid sequences will be represented in the enumeration by ReplacementChar.