Fields

Gets a sequence over all of the fields in type T.

If T is a type with no fields, returns a sequence containing the input.

Members

Aliases

Fields
alias Fields = typeof(T.tupleof[0 .. $ - __traits(isNested, T)])
Undocumented in source.
Fields
alias Fields = typeof(T.tupleof)
Undocumented in source.
Fields
alias Fields = AliasSeq!T
Undocumented in source.

Meta