Type Alias U256

pub type U256 = U256;

Aliased Type§

#[repr(C)]
pub struct U256(pub [u64; 4]);

Tuple Fields§

§0: [u64; 4]