Tuple.fieldNames

The names of the Tuple's components. Unnamed fields have empty names.

struct Tuple
alias fieldNames = staticMap!(extractName, fieldSpecs)

Meta