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