The names of the tuple's components. Unnamed fields have empty names.
alias Fields = Tuple!(int, "id", string, float); static assert(Fields.fieldNames == TypeTuple!("id", "", ""));
See Implementation
The names of the tuple's components. Unnamed fields have empty names.