If you’re not passing the value type as an inout, how will the ‘lazy let’ property write back the new value?
Slava > On Jun 26, 2017, at 3:32 PM, Edward Connell via swift-users > <[email protected]> wrote: > > It sure would be nice if the compiler supported lazy lets for structs. Any > idea when or if this will be supported? > > Seems like a nice performance win, lazy var is a pain because you can't > access arguments passed into a function without mutation complaints. > > Thanks, Ed > _______________________________________________ > swift-users mailing list > [email protected] > https://lists.swift.org/mailman/listinfo/swift-users _______________________________________________ swift-users mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-users
