FlattenedIterator.opCmp

Undocumented in source. Be warned that the author may not have intended to support it.
struct FlattenedIterator(Iterator, size_t N, SliceKind kind)
scope const
@optmath
ptrdiff_t
opCmp
()
(
scope ref const typeof(this) right
)
if (
N > 1 &&
(
kind == Universal ||
kind == Canonical
)
)

Meta