fast v0.3.0 (2015-10-12T17:18:18Z)
Home
Dub
Repo
FieldNameTuple.FieldNameTuple
fast
helpers
FieldNameTuple
Undocumented in source.
alias
FieldNameTuple
=
staticMap
!(
NameOf
,
T
.
tupleof
[
0
..$ -
isNested
!
T
])
template
FieldNameTuple
(T)
static if
(
__VERSION__ < 2067
)
static if
(
is(T == struct) || is(T == union)
)
alias
FieldNameTuple
=
staticMap
!(
NameOf
,
T.tupleof
[0..$ -
isNested
!
T
])
alias
FieldNameTuple
=
staticMap
!(
NameOf
,
T
.
tupleof
)
alias
FieldNameTuple
=
TypeTuple
!
""
Meta
Source
See Implementation
fast
helpers
FieldNameTuple
aliases
FieldNameTuple