[swift-evolution] [Proposal Draft] Flexible memberwise initialization

Guillaume Lessard glessard at tffenterprises.com
Tue Dec 22 12:51:30 CST 2015


Hi,

Regardless of anything else in the proposal, I strongly dislike its attempted subversion of `let` properties.

struct A {
  let member = 1 // It’s done, over. If that’s not what you want, don’t initialize it here.
}

Cheers,
Guillaume Lessard



More information about the swift-evolution mailing list