//! Shared helpers for the formula function submodules.
//!
//! Most helpers live in `crate::calc::arg`; this file is reserved for helpers
//! that are specific to the function-category submodules.
use crate*;
/// Return the first error found in a slice of arguments, if any.
/// Count the number of numeric values in a (possibly nested) argument.