I'd like to be able to do:
(function-arity (intern "expt"))
I googled up this solution https://github.com/emacsmirror/parser/blob/master/parser-fn.el
But it's using help-function-arglist
, so it's not exactly straightforward.
I'd like something more solid, preferably rock-solid.