fn add_offset_to_vec<T: Copy + Add<Output = T>>( in_data: &[T], offset: T, ) -> Vec<T>
Adds offset value to each entry inside in_data.
offset
in_data