dfmt v0.7.1 (2018-05-08T21:43:41Z)
Dub
Repo
FieldNameTuple.FieldNameTuple
dfmt
editorconfig
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
dfmt
editorconfig
FieldNameTuple
aliases
FieldNameTuple