ethnum
1.3.0
i256
Aliased type
Fields
0
In crate ethnum
?
Settings
Type Alias
ethnum
::
i256
Copy item path
source
·
[
−
]
pub type i256 =
I256
;
Expand description
A 256-bit signed integer type.
Aliased Type
§
struct i256(pub [
i128
;
2
]);
Fields
§
§
0: [
i128
;
2
]