If T is a $(D_KEYWORD struct) or $(D_KEYWORD union) or
$(D_KEYWORD class), returns the types of all its fields. It is actually the
same as T.tupleof, but the content pointer for the nested type isn't
included.
If T is neither a $(D_KEYWORD struct) nor $(D_KEYWORD union) nor
$(D_KEYWORD class), $(D_PSYMBOL Fields) returns an $(D_PSYMBOL AliasSeq)
with the single element T.
Returns the types of all members of T.
If T is a $(D_KEYWORD struct) or $(D_KEYWORD union) or $(D_KEYWORD class), returns the types of all its fields. It is actually the same as T.tupleof, but the content pointer for the nested type isn't included.
If T is neither a $(D_KEYWORD struct) nor $(D_KEYWORD union) nor $(D_KEYWORD class), $(D_PSYMBOL Fields) returns an $(D_PSYMBOL AliasSeq) with the single element T.