Expected.hasValue

Checks if Expected has value

  1. bool hasValue [@property getter]
  2. bool hasValue [@property getter]
    struct Expected(T, E = string, Hook = Abort)
    @property
    static if(!is(T == void))
    static if(!(!isChecked!Hook))
    bool
    hasValue
    ()
    ()
    if (
    !is(E == void) &&
    (
    !is(T == void)
    )
    )

Meta