decodeGrapheme

Reads one full grapheme cluster from an input range of dchar inp.

For examples see the Grapheme below.

Note: This function modifies inp and thus inp must be an L-value.

version(!std_uni_bootstrap)
decodeGrapheme
(
Input
)
(
ref Input inp
)
if (
isInputRange!Input &&
is(immutable ElementType!Input == immutable dchar)
)

Meta