(max-args f)
  f: a callable
  returns an int or #n
F

Returns a function's maximum argument count.

..rest parameters can capture an arbitrarily high number of arguments, so this function will return #n for a function with a ..rest parameter.

min-args
fn0