-
Home
-
API
-
Markdig.Helpers
-
StringSlice
-
Methods
-
NextRune()
NextRune() Method
Definition
Goes to the next Rune, incrementing the Start position.
If CurrentRune is a supplementary character, Start will be advanced by 2.
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public Rune NextRune()
Returns
- Rune
- The current rune or
default if the next position contains an incomplete surrogate pair or IsEmpty.