reggae v0.5.1 (2015-09-20T20:52:00Z)
Home
Dub
Repo
BinaryOptions
reggae
backend
binary
Undocumented in source.
@
safe
struct
BinaryOptions {
bool
list
;
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.
Meta
Source
See Implementation
reggae
backend
binary
functions
newerThan
structs
Binary
BinaryOptions