[][src]Trait int_conv::split::Join

pub trait Join: Split {
    fn join(lo: Self::Lo, hi: Self::Lo) -> Self;
}

Joins two integers into a larger one.

Required methods

fn join(lo: Self::Lo, hi: Self::Lo) -> Self

Joins two parts of an integer

Loading content...

Implementors

impl Join for u16[src]

impl Join for u32[src]

impl Join for u64[src]

impl Join for u128[src]

Loading content...