extractNybbleFromTupleAt

fun A_Tuple.extractNybbleFromTupleAt(index: Int): Byte

Extract the specified element from the tuple. The element must be an integer in the range 0..15, and is returned as a Java byte.

Return

The nybble as a Java byte.

Parameters

index

The index into the tuple.