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