What is nil-coalescing operator?
Answer / Ankur Bhardwaj
The nil-coalescing operator (??) in Swift returns the left operand if it’s not nil; otherwise, it returns the right operand.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between nil and none in swift?
Is apple using swift?
What is the synonym of swift?
How many types of closures are there in swift?
Is swift worth learning 2019?
How can you declare a variable in swift?
What are delegates swift 4?
What is data structure in swift?
How many access levels are present in swift?
What is forced unwrapping?
How to call objective-c code from swift?
What is clean swift architecture?