Robuta

https://www.donnywals.com/ternary-expressions-in-swift-explained/ Ternary operator in Swift explained – Donny Wals Jul 7, 2025 - In this post we learn what ternaries look like in Swift, and when we can replace them with if expressions to increase readability. swift explained ndashternary https://www.donnywals.com/opaque-result-types-and-the-some-keyword-in-swift/ The some keyword in Swift explained – Donny Wals Sep 25, 2025 - Have you ever wondered what the `some` keyword is in SwiftUI? It’s an opaque return type. Learn everything about opaque return types and how to use them. swift explained ndashkeyword https://www.donnywals.com/closures-in-swift-explained/ Closures in Swift explained – Donny Wals Apr 23, 2024 - Learn everything you need to know about closures, how they work, and why they’re incredibly useful programming tools. swift explained ndashclosures