FunctionOrMethodDeclBody
enum FunctionOrMethodDeclBody
The body of a function or method declaration.
-
Undocumented
Declaration
Swift
case function(FunctionBody) -
Undocumented
Declaration
Swift
case method([MethodImpl.ID])
View on GitHub