Type-safe function apply #33
Labels
Area/Lang
Relates to the Ballerina language specification
Type/Improvement
Enhancement to language design
Milestone
Should be possible to apply a function value to a container representing an argument list in a type-safe way. This is probably just a generalization of the semantics of
...x
.This is for when the type of the function is known at compile time. There is also a need for a more dynamic, non type-safe version, for when the type is not known.
This relates to #27.
The text was updated successfully, but these errors were encountered: