aurorafw ~legacy (2022-03-26T02:55:31.6847697)
Dub
Repo
Application
aurorafw
core
application
Undocumented in source.
struct
Application {
this
(string[] args, void function(Application) func);
static
void
exitSuccess
();
static
void
exitFail
();
immutable shared
string
[]
args
;
}
Constructors
this
this
(string[] args, void function(Application) func)
Undocumented in source.
Members
Static functions
exitFail
void
exitFail
()
Undocumented in source. Be warned that the author may not have intended to support it.
exitSuccess
void
exitSuccess
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
args
string
[]
args
;
Undocumented in source.
Meta
Source
See Implementation
aurorafw
core
application
structs
Application