pub fn sample_sum<T>(array: &[T], start: usize, end: usize) -> Twhere T: Copy + Sum<T>,
Get the sum of a range of numbers
array
start
end
The sum