Tuple outputs auto naming

Totally agree, creating a simple data type is just too many clicks, tabs, and typing. I’ve never seen someone replace a Tuple with a custom datatype voluntarily.

I also disagree when it comes to ValueTuple, as you can’t declare structs in VL. ValueTuple gets instantiated on the stack, while all datatypes you can declare in VL are instantiated on the heap.