libcore|Record: Added variadic template for creating a record with members
Record::withMembers(...) returns a Record where each pair of providedarguments have been called through set().
View differences
libcore|Record: Added variadic template for creating a record with members
Record::withMembers(...) returns a Record where each pair of provided
arguments have been called through set().