Extracts the Ith field from a kumi::record.
- Note
- Does not participate in overload resolution if I is not in [0, sizeof...(Ts)).
- Template Parameters
-
| I | Compile-time index of the field to access |
- Returns
- A reference to the selected field of current record.
Example: