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()
    class Option
    const
    T
    get
    (
    T : bool
    )
    ()
  4. T get()

Return Value

Type: T

the result value

Meta