checkPartitionAtAll

Undocumented in source.
  1. bool checkPartitionAtAll(Slice!(Iterator, 1, kind) x)
    template checkPartitionAtAll(alias less = "a < b")
    version(unittest)
    @safe pure nothrow static
    @optmath
    static if(__traits(isSame, naryFun!less, less))
    bool
    checkPartitionAtAll
    (
    Iterator
    SliceKind kind
    )
    (
    Slice!(Iterator, 1, kind) x
    )
  2. alias checkPartitionAtAll = .checkPartitionAtAll!(naryFun!less)

Members

Aliases

checkPartitionAtAll
alias checkPartitionAtAll = .checkPartitionAtAll!(naryFun!less)
Undocumented in source.

Static functions

checkPartitionAtAll
bool checkPartitionAtAll(Slice!(Iterator, 1, kind) x)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta