-
Notifications
You must be signed in to change notification settings - Fork 10.7k
[SR-128] Pass array to variadic function #42750
Copy link
Copy link
Open
Labels
compilerThe Swift compiler itselfThe Swift compiler itselfimprovementswift evolution proposal neededFlag → feature: A feature that warrants a Swift evolution proposalFlag → feature: A feature that warrants a Swift evolution proposalvariadic parametersFeature → declarations → function parameters: Variadic function parametersFeature → declarations → function parameters: Variadic function parameters
Metadata
Metadata
Assignees
Labels
compilerThe Swift compiler itselfThe Swift compiler itselfimprovementswift evolution proposal neededFlag → feature: A feature that warrants a Swift evolution proposalFlag → feature: A feature that warrants a Swift evolution proposalvariadic parametersFeature → declarations → function parameters: Variadic function parametersFeature → declarations → function parameters: Variadic function parameters
Type
Fields
Give feedbackNo fields configured for Feature.
Additional Detail from JIRA
md5: fe683ee214998d48375c8fbaf79fbfbc
is duplicated by:
relates to:
Issue Description:
I want to pass an array into a function that accepts a variadic argument, as within the scope of the function, the argument p, is treated as an array.