U6

Type Alias U6 

Source
pub type U6 = UInt<UInt<UInt<UTerm, B1>, B1>, B0>;

Aliased Type§

pub struct U6 { /* private fields */ }

Trait Implementations§

Source§

impl<T: Pod> Array<T> for U6

Source§

type Array = [T; 6]

Source§

fn iter_mut(array: &mut Self::Array) -> IterMut<'_, T>

Source§

fn iter(array: &Self::Array) -> Iter<'_, T>

Source§

fn as_slice(array: &Self::Array) -> &[T]