u256X2

Fully qualified path: alexandria_math::u512_arithmetics::u256X2

#![allow(unused)]
fn main() {
#[derive(Copy, Drop, Hash, PartialEq, Serde)]
pub struct u256X2 {
    low: u256,
    high: u256,
}
}