[swift-evolution] Proposal: Allow explicit type parameter specification in generic function call

Dave Abrahams dabrahams at apple.com
Mon Nov 21 21:14:09 CST 2016


on Mon Nov 21 2016, Ramiro Feria Purón <swift-evolution at swift.org> wrote:

> *Proposed Solution:*
>
> Allow explicit type parameters in generic function call:
>
> let _ = g<String>(7)            // Ok

I think we want this capability, but it isn't a high priority and it's
an additive feature so it's certainly out-of-scope for Swift 4 phase 1.

-- 
-Dave



More information about the swift-evolution mailing list