FieldNamesTuple

Get a compile-time tuple containing names of all fields in a struct.

package
template FieldNamesTuple (
S
) if (
is(S == struct)
) {}

Members

Templates

isField
template isField(string memberName)

Determine if a member with specified name is a field of S.

Meta