use crateValue;
/// `COUNT(value1, ...)` — count of numeric `Value::Number` values only.
/// Ignores Text, Bool, Empty, Error. Returns 0 if called with no args.
/// `COUNTA(value1, ...)` — count of non-empty values.
/// Counts Number, Text, Bool, Error — anything except `Value::Empty`.