FlattenedIterator.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref opUnary()
    struct FlattenedIterator(Iterator, size_t N, SliceKind kind)
    ref
    @optmath
    opUnary
    (
    string op : "*"
    )
    ()
    if (
    N > 1 &&
    (
    kind == Universal ||
    kind == Canonical
    )
    )
  2. void opUnary()

Meta