mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
checkPartitionAtAll.checkPartitionAtAll
mir
ndslice
sorting
checkPartitionAtAll
Undocumented in source. Be warned that the author may not have intended to support it.
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
)
alias
checkPartitionAtAll
=
.
checkPartitionAtAll
!(
naryFun
!
less
)
Meta
Source
See Implementation
mir
ndslice
sorting
checkPartitionAtAll
static functions
checkPartitionAtAll