Maybe.get

Unwrap value from Maybe. If the Maybe is empty, Error is thrown.

  1. T get()
  2. const(T) get()
    struct Maybe(T)
    const
    const(T)
    get
    ()
    if (
    is(T == struct) ||
    isAssociativeArray!T
    ||
    isBasicType!T
    )

Meta