Copy-assigns a big integer from another of the same width.
Declared in <arith_uint256.h>
<arith_uint256.h>
constexpr base_uint<256>& operator=(base_uint<256> const& b) = default;
A reference to this object.