The OpenD Programming Language

YearMonth.opBinaryRight

import mir.date;
struct YearMonth
nothrow
alias opBinaryRight(string op : "+") = opBinary!"+"

Meta