UtfString.extract

Static method to extract the next character from the passed string.

Parameters

text Char[]

string to extract from

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