NeighboursIterator.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref opUnary()
  2. void opUnary()
    struct NeighboursIterator(Iterator, size_t N, alias _fun, bool around)
    scope
    @optmath
    void
    opUnary
    (
    string op
    )
    ()
    if (
    op == "--" ||
    op == "++"
    )

Meta