Maybe.opAssign

void opAssign(in const(T) rhs) @trusted @safe nothrow @nogc

Creates a value.

void opAssign(Fault rhs) @safe nothrow @nogc

Creates a fault.

void opAssign(in Maybe!T rhs) @trusted @safe nothrow @nogc

Copies the state of another optional value.