Swift Macro Examples
Example macros for the Swift macros effort. Contribute to DougGregor/swift-macro-examples development by creating an account on GitHub. (more…)
Read more »One of Swift 5.2’s new features is the ability to use KeyPaths as functions. This can be extremely useful in cases where you’d only return the value of a certain KeyPath in a closure. Let’s look at a… Read more