M256

Type Alias M256 

Source
pub type M256 = ScaledUnderlier<M128, 2>;

Aliased Type§

#[repr(transparent)]
pub struct M256(pub [M128; 2]);

Tuple Fields§

§0: [M128; 2]