Function Optional.opBinary

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

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