Function intpackit::unpack

source ·
pub fn unpack<T>(value: T, modulo: T, length: T) -> IntegerPack<T> where
    T: Unsigned + NumAssign + ToPrimitive + PartialOrd + Copy,