ValueArgument.configVal

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Self configVal(T value)
  2. Self configVal(U value, U[] rest)
    class ValueArgument(T)
    configVal
    (
    U
    )
    (,)
    if (
    is(U == ElementType!T) &&
    !is(T == string)
    )
  3. Self configVal()

Meta