pub fn bit_decompose_msb_first<T>(input: T) -> Vec<T>where
T: IsBitDecomposable,Expand description
Decompose a numerical type in bits: MSB first
pub fn bit_decompose_msb_first<T>(input: T) -> Vec<T>where
T: IsBitDecomposable,Decompose a numerical type in bits: MSB first