rawByteForCharacterAt

The receiver is a byte string; extract the code point of the character at the given index as an unsigned byte.

Return

The code point of the character at the given index, as a Java short in the range [0..255].

Parameters

index

The index of the character to extract.