NamedArgumentInfo

Undocumented in source.

Members

Functions

pattern
inout(Pattern) pattern()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ArgumentGetters
Undocumented in source.

Variables

argument
ArgumentCommonInfo argument;
Undocumented in source.
uda
ArgNamed uda;
Undocumented in source.

Mixed In Members

From mixin ArgumentGetters

name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
description
inout(string) description()
Undocumented in source. Be warned that the author may not have intended to support it.
identifier
inout(string) identifier()
Undocumented in source. Be warned that the author may not have intended to support it.
flags
inout(ArgFlags) flags()
Undocumented in source. Be warned that the author may not have intended to support it.
group
inout(ArgGroup) group()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta