pub fn set<T: UnsignedPrimInt, U: PrimInt>(
dst: &mut [T],
dst_start_bit: usize,
src: U,
)where
U::Unsigned: TryInto<T>,
pub fn set<T: UnsignedPrimInt, U: PrimInt>(
dst: &mut [T],
dst_start_bit: usize,
src: U,
)where
U::Unsigned: TryInto<T>,