Result.opAssign
void opAssign(in const(T) rhs) @trusted nothrow @nogcCreates a value.
void opAssign(in const(E) rhs) @trusted nothrow @nogcCreates an error.
Copies the state of another result value.
void opAssign(in const(T) rhs) @trusted nothrow @nogcCreates a value.
void opAssign(in const(E) rhs) @trusted nothrow @nogcCreates an error.
Copies the state of another result value.