Roshan Kumar Sah
Roshan Kumar Sah
1. Empty Case handling 2. Better naming
Earlier code was not compiled 1. Updated for latest swift language feature. 2. Using better naming
Added official document for debugging.
We tried to add Uniqueness test for UUID.
### Location In Chapter: https://github.com/swiftlang/swift-book/blob/main/TSPL.docc/LanguageGuide/Closures.md Considering after section: https://github.com/swiftlang/swift-book/blob/main/TSPL.docc/LanguageGuide/Closures.md#trailing-closures ### Description While the Swift Book does an excellent job introducing closure expressions, trailing closures, and functional patterns like sorting and...