UtfString.extract

Extract the next character from the referenced string.

Parameters

consume bool

if true, the extracted characters are removed from the string (the start of the slice is advanced)

Return Value

Type: OutType

the extracted character, either as a dchar or a slice into the input string (depending on the pull_dchars template parameter).

Meta