Expected.empty

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool empty [@property getter]
  2. bool empty [@property getter]
    struct Expected(T, E = string, Hook = Abort)
    @property
    static if(!is(T == void))
    static if(!(!isChecked!Hook))
    bool
    empty
    ()
    if (
    !is(E == void) &&
    (
    !is(T == void)
    )
    )
  3. T front [@property getter]
  4. void popFront()

Meta