true if the byte is a UTF-8 continuation byte, false otherwise.bool _isUtf8Continuation(char b) @safe pure nothrow @nogcChecks if a byte is a UTF-8 continuation byte (10xxxxxx pattern).
b | The byte to check. |
true if the byte is a UTF-8 continuation byte, false otherwise.