phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
genTypeList
nxt
range_ex
template
genTypeList (
T
size_t
n
) {
import
std
.
meta
:
AliasSeq
;
;
alias
genTypeList
=
T
;
alias
genTypeList
=
AliasSeq
!(
T
,
genTypeList
!(
T
,
n
-
1
))
;
}
Members
Aliases
genTypeList
alias
genTypeList
=
T
Undocumented in source.
genTypeList
alias
genTypeList
=
AliasSeq
!(
T
,
genTypeList
!(
T
,
n
-
1
))
Undocumented in source.
See Also
http://forum.dlang.org/post/gkdqakdogqevwzntpgtu
@forum.dlang.org
Meta
Source
See Implementation
nxt
range_ex
aliases
isSortedRange
items
pullBack
pullFront
stealBack
stealFront
takeBack
takeFront
enums
hasPureCopy
hasStealableElements
functions
adjacentPairs
adjacentTriples
adjacentTuples
asTuple
backPop
frontPop
iotaOf
iotaOfExceptional
pairs
rangify
slidingSplitter
staticLengthRange
zip
structs
RingBuffer
S
SlidingSplitter
templates
CommonElementType
genTypeList
isSortedRange_alt
sortingPredicate
variables
haveCommonElementType