pub fn f64<F>(predicate: F) -> impl Validatorwhere F: Fn(&f64) -> Result<(), String> + 'static,
Match if number match predicate.