Avatar
https://github.com/apple/swift-syntax それはEllipsisにはたぶん今のところならない だと public struct FunctionParameterSyntax: Syntax, _SyntaxBase, Hashable { enum Cursor: Int { case attributes case firstName case secondName case colon case type case ellipsis case defaultArgument case trailingComma } Swift-Syntaxの Swiftコードに case ellipsis があるのはどういうことなんでしょう
SwiftPM package for SwiftSyntax library. Contribute to apple/swift-syntax development by creating an account on GitHub.