_OptionImpl
struct _OptionImpl (
T_
string description_
char shorthand_
string placeholder_
string name_
) {
}
- this
this(T value_)
Undocumented in source.
- T
alias T = T_
Undocumented in source.
- description
enum description;
Undocumented in source.
- name
enum name;
Undocumented in source.
- placeholder
enum placeholder;
Undocumented in source.
- shorthand
enum shorthand;
Undocumented in source.
- type
enum type;
Undocumented in source.
- value
T value;
Undocumented in source.
ae utils funopt
functionsmanifest constantsstructstemplates