phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
iota
nxt
sortn
Static Iota. TODO: Move to Phobos std.range.
template
iota (
size_t
from
size_t
to
)
if
(
from
<=
to
) {
alias
iota
=
iotaImpl
!(
to
-
1
,
from
)
;
}
Members
Aliases
iota
alias
iota
=
iotaImpl
!(
to
-
1
,
from
)
Undocumented in source.
Meta
Source
See Implementation
nxt
sortn
functions
conditionalSwap
hybridSort
networkSortExactly
networkSortUpTo
manifest constants
networkSortMaxLength
templates
iota
Static Iota. TODO: Move to Phobos std.range.