We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176a2d7 commit ce1a8fcCopy full SHA for ce1a8fc
arrow-buffer/src/bigint/mod.rs
@@ -54,6 +54,7 @@ enum DivRemError {
54
/// A signed 256-bit integer
55
#[allow(non_camel_case_types)]
56
#[derive(Copy, Clone, Default, Eq, PartialEq, Hash)]
57
+#[repr(C)]
58
pub struct i256 {
59
low: u128,
60
high: i128,
0 commit comments