getNybble

fun getNybble(self: AvailObject, nybbleIndex: Int): Byte

Extract the nybble from the specified position of the nybble tuple.

Return

The nybble at that index.

Parameters

self

A nybble tuple.

nybbleIndex

The index.