Avatar
SwiftSyntaxにfunction builders適用するPR https://github.com/apple/swift-syntax/pull/139
Implemented declarative and type-safe wrappers around SwiftSyntax, using @_functionBuilder. (@akyrtzi thank you for encouraging me to upstream it!) Example Usage let format = Format(indentWidth: 2)...