Expected.this

Undocumented in source.
  1. this(CT val)
  2. this(E val, bool success)
  3. this()
    struct Expected(T, E = string, Hook = Abort)
    @disable
    static if(!is(T == void) && !isDefaultConstructorEnabled!Hook)
    this
    ()
    if (
    !is(E == void) &&
    (
    !is(T == void)
    )
    )

Meta