Corelib
#[derive(Copy, Drop, Debug, PartialEq)] pub struct u384 { pub limb0: BoundedInt, pub limb1: BoundedInt, pub limb2: BoundedInt, pub limb3: BoundedInt, }
pub limb0: BoundedInt
pub limb1: BoundedInt
pub limb2: BoundedInt
pub limb3: BoundedInt
Was this page helpful?