Creates a kumi::record of references given a reference to a kumi::record_type.
Parameters
r
Record whose elements are to be referenced.
Returns
A record equivalent to the result of kumi::apply([]<typename... T>(T&&... e)
{ return kumi::forward_as_record<name_of(as<T>{})...>(std::forward<T>(e)...); }, t)