i257

Fully qualified path: alexandria_math::i257::i257

#![allow(unused)]
fn main() {
#[derive(Serde, Copy, Drop, Hash)]
pub struct i257 {
    abs: u256,
    is_negative: bool,
}
}