Option.implyVal

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

Meta