isContinuationByte

Detect whether c is a UTF-8 continuation byte.

@safe pure nothrow @nogc
bool
isContinuationByte
(
in char c
)

Meta