Type Alias i256

Source
pub type i256 = I256;
Expand description

A 256-bit signed integer type.

Aliased Type§

#[repr(transparent)]
pub struct i256(pub [i128; 2]);

Tuple Fields§

§0: [i128; 2]