BigInt.byteAt

struct BigInt
const
ubyte
byteAt
(
size_t n
)

Parameters

n size_t

the offset to get a ubyte from

Return Value

Type: ubyte

ubyte at offset n

Meta