Option.opAssign

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

Creates a value.

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

Copies the state of another optional value.