phobos-next v0.1.0 (2016-04-10T11:57:37Z)
Home
Dub
Repo
CommonElementType
range_ex
Undocumented in source.
template
CommonElementType (
Rs
...
) {
import
std
.
traits
:
CommonType
;
;
import
std
.
range
:
ElementType
;
;
alias
CommonElementType
=
CommonType
!(
staticMap
!(
ElementType
,
Rs
))
;
}
Members
Aliases
CommonElementType
alias
CommonElementType
=
CommonType
!(
staticMap
!(
ElementType
,
Rs
))
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