Function Optional.opBinaryRight

If the optional is some value it returns an optional of some lhs op value

auto opBinaryRight(string op, U, This) (
  auto ref U lhs
);