39 BigUInt(std::uint64_t v);
40 BigUInt(std::string
const& s);
41 explicit operator bool()
const noexcept;
42 std::uint32_t& operator[](
int i);
43 std::uint32_t
const& operator[](
int i)
const;
44 BigUInt& operator+=(std::uint32_t b);
45 BigUInt& operator+=(BigUInt
const& b);
46 BigUInt& operator-=(std::uint32_t b);
47 BigUInt& operator-=(BigUInt
const& b);
48 BigUInt& operator*=(std::uint32_t b);
49 BigUInt& operator<<=(std::uint32_t b);
50 BigUInt& operator>>=(std::uint32_t b);