<div dir="ltr">Hi Everyone,<div><br></div><div>I&#39;ve opened a PR (<a href="https://github.com/apple/swift-evolution/pull/591">https://github.com/apple/swift-evolution/pull/591</a>) proposing default generic arguments which I think would be nice addition to the language. They are also mentioned in &quot;Generic manifesto&quot;. </div><div><br></div><div>The proposal is focusing around generic types. Generic functions are not coved by the proposal and I don&#39;t think that we need default generic arguments in generic functions as all the types are always part of the function signature so the compiler can always infer them. One corner case might be if using default argument values in which case support for default generic arguments in functions might be useful.</div><div><br></div><div>It would be great to hear your opinions and suggestions so I can refine the proposal.<br></div></div>