Apple Swift Programming Language
New Active Swift Reviews
New Active Swift Reviews
SE-0087: Rename lazy to @lazy in review to 5/23. "Swift's rule for attribues/keywords is that keywords usually modify type of variable; attributes do not. lazy clearly does not modify type of its variable, it only delays side effects of its initializer. Type of resource in the example above is still NSData.
ericasadun.com



