What is lazy in swift?
Answer / Siddhant Singh Chikara
In Swift, 'lazy' is a property attribute that causes the initial value of a property to be calculated and cached as late as possible. This means that the property's initializer isn't called until the first time the property is accessed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is data type in swift?
What is a delegate in swift?
What are the type of integers does swift have?
How can you prioritize the usability of the demand process?
Is swift object oriented?
What is mutable and immutable in swift?
What is the difference between swift and ‘objective-c’ language?
Is swift a good language?
What is a guard statement? What is the benefit of using guard statement in swift?
What are functions in swift?
What is difference between any and anyobject in swift?
What are the collection types available in swift?