-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Is it possible to get this to work with function types as well (in a relatively "clean" way)? I'm picturing a case where a user passes in a slice of functions, as well as slices containing potential args for those functions.
They could then iterate over the product elements, "unpacking" the returned []any slice into fn, arg1,arg2,...,argN, then applying these args to the function like fn(arg1, arg2,...,argN).
If I can't get this to work, I'll have to walk back my "arbitrary types" claim in the README.
Metadata
Metadata
Assignees
Labels
No labels