The OpenD Programming Language

YearMonth.opBinary

  1. int opBinary(YearMonth rhs)
  2. YearMonth opBinary(int rhs)
    struct YearMonth
    nothrow
    opBinary
    (
    string op
    )
    (
    int rhs
    )
    if (
    op == "+" ||
    op == "-"
    )

Meta