Option.get

get inner value in the specified type, T usually is among OptionValueSeq

  1. OptionVariant get [@property getter]
  2. T get()
  3. T get()
  4. T get()
    class Option
    const
    T
    get
    (
    T
    )
    ()
    if (
    !is(ElementType!T == void) &&
    isBaseOptionValueType!(ElementType!T)
    )

Return Value

Type: T

the result value

Meta