pub trait Function<T>: Fn(&T, &Vec<T>) -> Vec<T>where T: Number,{ }
Function to be solved by this library.