DListIterator.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. DListIterator!(T) opBinary(int cnt)
  2. DListIterator!(T) opBinary(int cnt)
    struct DListIterator(T)
    opBinary
    (
    string op
    )
    (
    int cnt
    )
    if (
    op == "-"
    )

Meta