[swift-evolution] [SE-0011] Re-considering the replacement keyword for "typealias"
Guillaume Lessard
glessard at tffenterprises.com
Tue Dec 22 09:40:57 CST 2015
> On 21 déc. 2015, at 17:57, Jordan Rose via swift-evolution <swift-evolution at swift.org> wrote:
>
> When you're actually implementing a generic function, the generic parameter is [snip]
Here's a word with meaning: parameter. Everything else I've seen sounds vague or approximate. Using the idea of a parameter would solidify the conceptual relationship between protocols-with-associated-types and generics.
protocol P {
parameter T
}
Guillaume Lessard
More information about the swift-evolution
mailing list