spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
getNamedFields
spasm
ct
Undocumented in source.
template
getNamedFields (
size_t
I
= 0
Specs
...
) {
static if
(
Specs[0].name.length != 0
)
enum
byName
;
static if
(!(
Specs[0].name.length != 0
))
enum
byName
;
enum
namedField
;
static if
(
Specs.length == 1
)
enum
getNamedFields
;
static if
(!(
Specs.length == 1
))
enum
getNamedFields
;
}
Members
Manifest constants
byName
enum
byName
;
Undocumented in source.
byName
enum
byName
;
Undocumented in source.
getNamedFields
enum
getNamedFields
;
Undocumented in source.
getNamedFields
enum
getNamedFields
;
Undocumented in source.
namedField
enum
namedField
;
Undocumented in source.
Meta
Source
See Implementation
spasm
ct
aliases
Identity
enums
isTuple
templates
FunctionTypeOf
Joiner
ParameterIdentifierTuple
Tuple
capitalize
from
getMember
getName
getNamedFields
getStringUDAs
isCallable
isDelegate
isFunctionPointer
isSomeFunction
replace
toLower
tuple
variables
distinctFieldNames