pub fn interpolation(data: &[i64], target: i64) -> Option<usize>
Interpolation search - O(log log n) for uniform data