}
// Now that we fixed the data representation, we can start implementing methods on it.
impl BigInt {
pub fn new(x: u64) -> Self {
if x == 0 {
}
// Now that we fixed the data representation, we can start implementing methods on it.
impl BigInt {
pub fn new(x: u64) -> Self {
if x == 0 {