Bassam (Sam) Khouri
Bassam (Sam) Khouri
According to https://github.com/swiftlang/swift/issues/80356#issuecomment-2762465479, this might fix #80356. Is there an ETA on when this will land?
Thanks for the feedback @rgoldberg . What you proposed makes more sense than what I implemented.
After discussing with @rauhul and @natecook1000 , we came up with the following API New initializers ``` init(wrappedValue: _OptionalNilComparisonType, name: NameSpecification, defaultAsFlag: T, parsing: SingleValueParsingStrategy, help: ArgumentHelp?, completion: CompletionKind?) init(wrappedValue:...