Answer the nybble at the given zero-based index.
Return
The requested nybble, guaranteed to be in 0,15.
Parameters
The zero-based nybble index. Even indices correspond to low nybbles, and odd indices correspond to high nybbles.
Throws
If index is out of bounds.