Re: Translating to Swift
Re: Translating to Swift
- Subject: Re: Translating to Swift
- From: Quincey Morris <email@hidden>
- Date: Thu, 14 Aug 2014 19:58:28 -0700
On Aug 14, 2014, at 19:17 , Gerriet M. Denkmann <email@hidden> wrote:
> But does "global variable" means "var"?
> Jean-Daniel rightly says: " I think that it should be 'let' and not 'var', and you don't want the pointer to be changed after initialization"
I know nothing about the real answer, but my guess is that writes to a global var after initialization would not be atomic, but the initialization itself would be.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden