Result.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref opAssign(U rhs)
    struct Result(T, E = string)
    ref scope return
    opAssign
    (
    U
    )
    (
    U rhs
    )
    if (
    .isOk!U
    )
  2. auto ref opAssign(U rhs)

Meta