Optional.opAssign

Puts this into defined state

struct Optional(T)
void
opAssign
(
T rhs
)

Parameters

rhs T

value to assign

Meta