parseDecl(in:)
static func parseDecl(in state: inout ParserState) throws -> AnyDeclID?
Parses a declaration in state.
-
Undocumented
Declaration
Swift
func continuation( prologue: DeclPrologue, state: inout ParserState ) throws -> AnyDeclID?
View on GitHub