File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -314,4 +314,15 @@ public struct SomeResponse {
314314extension SomeResponse : JSONResponse {}
315315```
316316
317- 위의 코드는 [ GitHub] ( https://github.com/minsOne/Experiment-Repo/tree/master/20230622-ResponseMacros ) 에서 확인하실 수 있습니다.
317+ 위의 코드는 [ GitHub] ( https://github.com/minsOne/Experiment-Repo/tree/master/20230622-ResponseMacros ) 에서 확인하실 수 있습니다.
318+
319+ ## 참고자료
320+
321+ * WWDC23
322+ * [ Expand on Swift macros] ( https://developer.apple.com/videos/play/wwdc2023/10167/ )
323+ * [ Write Swift macros] ( https://developer.apple.com/videos/play/wwdc2023/10166/ )
324+
325+ * GitHub
326+ * [ DougGregor/swift-macro-examples] ( https://github.com/DougGregor/swift-macro-examples )
327+
328+ * [ Swift AST Explorer] ( https://swift-ast-explorer.com/ )
You can’t perform that action at this time.
0 commit comments