reggae ~master (2021-06-04T09:45:55Z)
Home
Dub
Repo
BinaryOptions
reggae
backend
binary
Undocumented in source.
struct
BinaryOptions {
bool
list
;
bool
norerun
;
bool
singleThreaded
;
string
[]
args
;
this
(string[] args);
bool
earlyReturn
();
}
Constructors
this
this
(string[] args)
Undocumented in source.
Members
Functions
earlyReturn
bool
earlyReturn
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
args
string
[]
args
;
Undocumented in source.
list
bool
list
;
Undocumented in source.
norerun
bool
norerun
;
Undocumented in source.
singleThreaded
bool
singleThreaded
;
Undocumented in source.
Meta
Source
See Implementation
reggae
backend
binary
functions
Binary
anyNewer
dependenciesFromFile
structs
BinaryOptions
BinaryT