mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
checkPartitionAtAll
mir
ndslice
sorting
Undocumented in source.
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
)
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
Source
See Implementation
mir
ndslice
sorting
functions
makeIndex
medianOf
quickSortImpl
setPivot
templates
assumeSortedContains
assumeSortedEqualIndex
checkPartitionAtAll
partitionAt
pivotPartition
pivotPartitionImpl
sort
transitionIndex