carbon v0.0.3 (2014-05-12T14:15:52Z)
Home
Dub
Repo
TypeNuple
carbon
templates
ある型や値をN個並べたタプルを返します
template
TypeNuple (
A
...
)
if
(
A
.
length
== 2 &&
is
(
typeof
(
A
[1]) :
size_t
)
) {
alias
TypeNuple
=
TypeTuple
!()
;
alias
TypeNuple
=
TypeTuple
!(
A
[
0
],
TypeNuple
!(
A
[
0
],
A
[
1
] -
1
))
;
}
Members
Aliases
TypeNuple
alias
TypeNuple
=
TypeTuple
!()
Undocumented in source.
TypeNuple
alias
TypeNuple
=
TypeTuple
!(
A
[
0
],
TypeNuple
!(
A
[
0
],
A
[
1
] -
1
))
Undocumented in source.
Meta
Source
See Implementation
carbon
templates
enums
isTemplateRange
templates
TypeNuple
ある型や値をN個並べたタプルを返します