70 BigUInt(std::uint64_t v);
71 BigUInt(std::string
const& s);
72 explicit operator bool()
const noexcept;
73 std::uint32_t& operator[](
int i);
74 std::uint32_t
const& operator[](
int i)
const;
75 BigUInt& operator+=(std::uint32_t b);
76 BigUInt& operator+=(BigUInt
const& b);
77 BigUInt& operator-=(std::uint32_t b);
78 BigUInt& operator-=(BigUInt
const& b);
79 BigUInt& operator*=(std::uint32_t b);
80 BigUInt& operator<<=(std::uint32_t b);
81 BigUInt& operator>>=(std::uint32_t b);