Option.configVal

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Self configVal(T value)
  2. Self configVal(T value, T[] rest)
  3. Self configVal(T[] values)
    class Option
    package
    configVal
    (
    T
    )
    (
    in T[] values
    )
    if (
    !is(T == bool)
    )

Meta