std::math::bigint

BigInt

struct BigInt (Printable)
{
	uint[MAX_LEN] data;
	uint len;
}

Members

Methods