sdc ~master (2022-04-26T13:08:25Z)
Dub
Repo
FunctionDeclaration.this
d
ast
declaration
FunctionDeclaration
Undocumented in source.
class
FunctionDeclaration
this
(
Location
location
,
StorageClass
storageClass
,
ParamAstType
returnType
,
Name
name
,
ParamDecl
[]
params
,
bool
isVariadic
,
BlockStatement
fbody
)
Meta
Source
See Implementation
d
ast
declaration
FunctionDeclaration
constructors
this
variables
fbody
isVariadic
params
returnType