get

operator fun get(index: Int): Byte

Answer the nybble at the given zero-based index.

Return

The requested nybble, guaranteed to be in 0,15.

Parameters

index

The zero-based nybble index. Even indices correspond to low nybbles, and odd indices correspond to high nybbles.

Throws