Type Alias u256

Source
pub type u256 = U256;
Expand description

A 256-bit unsigned integer type.

Aliased Type§

#[repr(transparent)]
pub struct u256(pub [u128; 2]);

Tuple Fields§

§0: [u128; 2]