_isUtf8Continuation

private fnbool _isUtf8Continuation(char b) @safe pure nothrow @nogc

Checks if a byte is a UTF-8 continuation byte (10xxxxxx pattern).

Parameters

bThe byte to check.

Returns

true if the byte is a UTF-8 continuation byte, false otherwise.