treeSitterRuntimeDecodeUtf16LittleEndian function
Pinned U16_NEXT_LE behavior used by the native UTF-16LE lexer path.
Implementation
TreeSitterDecodeResult treeSitterRuntimeDecodeUtf16LittleEndian(
List<int> bytes,
) => _decodeUtf16(bytes, littleEndian: true);