Function: smie--funcall
smie--funcall is a for funcall, defined in eval.c.
Signature
(smie--funcall FUNCTION &rest ARGUMENTS)
Documentation
Call first argument as a function, passing remaining arguments to it.
Return the value that function returns. Thus, (funcall 'cons 'x 'y) returns (x . y).