Constructs an object containing both positional and named fields.
Not to be confused with a uoe tuple.
Rest
sum_vectors(easy_tup(1, 2), easy_tup(3, 4)); Copy
sum_vectors(easy_tup(1, 2), easy_tup(3, 4));
const person = easy_tup("John", "Doe")({ age: 30,}); Copy
const person = easy_tup("John", "Doe")({ age: 30,});
Generated using TypeDoc
Constructs an object containing both positional and named fields.
Not to be confused with a uoe tuple.