CalcResult

Undocumented in source.

Members

Functions

action
void action()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin BEGIN
Undocumented in source.
__anonymous
mixin DESC!"simple calculator for baisc binary computation"
Undocumented in source.
__anonymous
mixin VERSION!"1.0.1"
Undocumented in source.
__anonymous
mixin SHOW_HELP_AFTER_ERR
Undocumented in source.
__anonymous
mixin DISALLOW_EXCESS_ARGS
Undocumented in source.
__anonymous
mixin DEF_OPT!("operator", string, "-o [op]", Desc_d!"the operator of two double number", Choices_d!("add", "sub", "multi", "div"), Preset_d!"multi", Default_d!"add", ToArg_d)
Undocumented in source.
__anonymous
mixin DEF_OPT!("second", double, "-s <snum>", Desc_d!"the second operand", Range_d!(0.0, 1024.0), Default_d!1.0, ToArg_d)
Undocumented in source.
__anonymous
mixin DEF_OPT!("first", double, "-f <fnum>", Desc_d!"the first operand", Range_d!(0.0, 1024.0), Default_d!0.0, ToArg_d)
Undocumented in source.
__anonymous
mixin END
Undocumented in source.

Meta