get_byte

Byte extraction

pragma(inline, true)
ubyte
get_byte
(
T
)
(
size_t byte_num
,)

Parameters

byte_num size_t

which ubyte to extract, 0 == highest ubyte

input T

the value to extract from

Return Value

Type: ubyte

ubyte byte_num of input

Meta