phobos-next v0.1.0 (2016-04-10T11:57:37Z)
Home
Dub
Repo
iota
range_ex
Static Iota. TODO Add to Phobos.
template
iota (
size_t
from
size_t
to
)
if
(
from
<=
to
) {
alias
iota
=
siotaImpl
!(
to
-
1
,
from
)
;
}
Members
Aliases
iota
alias
iota
=
siotaImpl
!(
to
-
1
,
from
)
Undocumented in source.
Meta
Source
See Implementation
range_ex
aliases
byItem
isSortedRange
items
pullBack
pullFront
takeBack
takeFront
enums
hasPureCopy
hasStealableElements
functions
adjacentPairs
adjacentTriples
adjacentTuples
asTuple
iotaOf
iotaOfExceptional
merge
pairs
rangify
slidingSplitter
stealBack
stealFront
structs
RingBuffer
S
SlidingSplitter
templates
CommonElementType
genTypeList
iota
variables
haveCommonElementType
Static Iota. TODO Add to Phobos.