structFields

Evaluates to array of strings with name for each field.

@property
string[]
structFields
(
T
)
()
if (
is(T == struct) ||
is(T == class)
)

Meta