d-nv ~master (2021-12-23T21:53:37.7083169)
Dub
Repo
Code
dnv
compiler
Undocumented in source.
struct
Code {
immutable
auto
qualifier
;
immutable
auto
returnType
;
const
string
name
;
const
string
args
;
const
string
source
;
this
(string nameStr, string argumentsStr, string bodyStr);
}
Constructors
this
this
(string nameStr, string argumentsStr, string bodyStr)
Undocumented in source.
Members
Variables
args
string
args
;
Undocumented in source.
name
string
name
;
Undocumented in source.
qualifier
auto
qualifier
;
Undocumented in source.
returnType
auto
returnType
;
Undocumented in source.
source
string
source
;
Undocumented in source.
Meta
Source
See Implementation
dnv
compiler
structs
Code
SimpleLauncher
StaticCompiler
UnsafeCompiler