pub fn iter_zip(a: Vec<i64>, b: Vec<i64>) -> i64
Test function: iterator zip (no bounds checks in loop).