VariadicOption.choices

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Self choices(T[] values)
  2. Self choices(string[] values)
    class VariadicOption(T)
    static if(is(T == int) || is(T == double))
    choices
    (
    string[] values...
    )

Meta