Result.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. typeof(this) opAssign(T value)
  2. typeof(this) opAssign(E error)
    struct Result(T, E = void)
    ref @trusted
    static if(hasError)
    typeof(this)
    opAssign
    ()

Meta