Expected.this

Undocumented in source.
  1. this(T val)
  2. this(const(T) val)
  3. this(immutable(T) val)
  4. this(const(T) val)
  5. this(immutable(T) val)
  6. this(E val, bool success)
  7. this(const(E) val, bool success)
  8. this(immutable(E) val, bool success)
  9. this(const(E) val, bool success)
  10. this(immutable(E) val, bool success)
    struct Expected(T, E = string, Hook = Abort)
    @disable immutable
    static if(Types.length == 1 && !is(T == void))
    static if(!(isCopyable!E))
    this
    (
    immutable(E) val
    ,
    bool success
    )
    if (
    !is(E == void)
    )
  11. this()

Meta