Function FlatMap.opAssign

Assigns a new value rhs to the flat map, replacing its current contents.

void opAssign(Rhs) (
  auto scope ref Rhs rhs
) scope
if (isFlatMap!Rhs && isAssignable!(Rhs, typeof(this)));

Examples

TODO