iOS Interview Questions Topics - YamamotoDesu/Yamamoto-Notes GitHub Wiki
SWIFT OPTIMIZATIONS
Q: What is failable init? A: inout parameters
Q: How array in swift stores values. A: Create COPY ON WRITE behavior of your own.
Q: Where to choose classes and where to choose structures
A: https://developer.apple.com/documentation/swift/choosing_between_structures_and_classes