[swift-evolution] [SE-0011] Re-considering the replacement keyword for "typealias"

Tino Heth 2th at gmx.de
Sat Dec 19 16:52:04 CST 2015


Another spontaneous idea (not sure weather I actually like it — take it as brainstorming):
Variable deklarations have the form
thatIsTheName: ThatIsWhatIAm
so the ambiguity could be resolved by
ElementType: typealias
which would say "ElementType is a associated type", like
let i: Int
says "i is an integer"


More information about the swift-evolution mailing list