magic icon indicating copy to clipboard operation
magic copied to clipboard

Support well typed variadic functions

Open nasser opened this issue 5 years ago • 0 comments

All variadic function invocation currently happens through IFn, which will drop the types of any hinted required arguments. Ideally our generic Magic.Function interfaces would support the variadtic case as well as the fixed arity cases. The contents of & rest will almost certainly always be Object, though.

nasser avatar May 08 '20 16:05 nasser