Function Optional.opOpAssign

If the optional is some value, op assigns rhs to it

auto opOpAssign(string op, U, This) (
  auto ref U rhs
);