BigInt.binaryEncode

Store BigInt-value in a given ubyte array

struct BigInt
const
void
binaryEncode
(
ubyte* output
)

Parameters

output ubyte*

destination ubyte array for the integer value

Meta